]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - bash/.bash_profile
Combine various mail modes
[max/dotfiles.git] / bash / .bash_profile
index f9ff4cd3e762cfc84b55484401e5b3e39627f2d3..c7bcf264884b3a6bb61898b65e49211912213e46 100644 (file)
@@ -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"