X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bash%2F.bash_profile;h=c7bcf264884b3a6bb61898b65e49211912213e46;hb=931f09be7e7d09db5c26616096d285e9964b6c5e;hp=f9ff4cd3e762cfc84b55484401e5b3e39627f2d3;hpb=c9b3fc98092322d98d4aac2ac9ada0bad743d6a7;p=max%2Fdotfiles.git diff --git a/bash/.bash_profile b/bash/.bash_profile index f9ff4cd..c7bcf26 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -1,4 +1,4 @@ -export EDITOR="emc" +export EDITOR="vim" export PATH="/home/max/.local/bin:${PATH}" export TMPDIR="/home/max/.local/tmp" @@ -14,3 +14,5 @@ if [ -f /etc/bash_completion ]; then fi + +export PATH="$HOME/.cargo/bin:$PATH"