add the local/bin to the front of path

This commit is contained in:
Haak Saxberg 2014-04-24 21:56:06 -07:00
parent d35ba54014
commit 7857dbd6d7

View file

@ -52,4 +52,5 @@ source $ZSH/oh-my-zsh.sh
#
alias vim="~/local/bin/vim"
export PATH=~/local/bin:$PATH
export EDITOR=vim