From e9dd08041e7e3dacd31f8be7a2a6b3124cf2d94b Mon Sep 17 00:00:00 2001 From: Steven Lu Date: Wed, 10 Jul 2013 11:49:13 -0400 Subject: [PATCH] fixing extra slash in path --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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