X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bash%2F.bash_profile;h=c7bcf264884b3a6bb61898b65e49211912213e46;hb=d25626d536cb1292bfae5dd7e683ede7c96c021a;hp=9ad62909da6f6adbd3734666964d603bfd6210a0;hpb=64dcd76daf325784b438e2d07e56a2b523bb58d9;p=max%2Fdotfiles.git diff --git a/bash/.bash_profile b/bash/.bash_profile index 9ad6290..c7bcf26 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -14,3 +14,5 @@ if [ -f /etc/bash_completion ]; then fi + +export PATH="$HOME/.cargo/bin:$PATH"