1
0
Fork 0

Add local install paths to zsh

This commit is contained in:
Jeremy Kaplan 2016-07-07 13:11:10 -04:00
commit dda0144dd4

View file

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