fixing extra slash in path

This commit is contained in:
Steven Lu 2013-07-10 11:49:13 -04:00
commit e9dd08041e

2
zshrc
View file

@ -42,7 +42,7 @@ source $ZSH/oh-my-zsh.sh
# normal practices. This inserts a few more things that I use from the shell.
export PATH=~/bin:~/util:$PATH:/usr/local/share/npm/bin
[[ $(id -u) == 0 ]] && export PATH=/usr/local/bin/:$PATH
[[ $(id -u) == 0 ]] && export PATH=/usr/local/bin:$PATH
# export PAGER=vimpager
# zmodload zsh/complist