1
0
Fork 0

Order zsh path correctly

This commit is contained in:
Jeremy Kaplan 2016-10-31 19:02:28 -04:00
commit 67cb7f5682

View file

@ -1,4 +1,4 @@
export PATH=$PATH:$HOME/bin:$HOME/.local/bin
export PATH=$HOME/bin:$HOME/.local/bin:$PATH
export EDITOR='emacs'
export VISUAL=$EDITOR