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