Fix typo in zshenv path

This commit is contained in:
Greg Lazarev 2014-11-14 13:08:16 -08:00
parent be8e18a880
commit fe180f78d5

2
zshenv
View file

@ -3,7 +3,7 @@ export VISUAL=vim
export EDITOR=$VISUAL
# ensure dotfiles bin directory is loaded first
export PATH="$HOME/.bin:/user/local/sbin:$PATH"
export PATH="$HOME/.bin:/usr/local/sbin:$PATH"
# load rbenv if available
if which rbenv &>/dev/null ; then