diff --git a/zshrc b/zshrc index dd7229bf7..a79bf9586 100644 --- a/zshrc +++ b/zshrc @@ -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