Skip to content

Commit

Permalink
Clean up $PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
mj committed Nov 15, 2015
1 parent 773c83d commit 7247da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
Expand Up @@ -51,7 +51,7 @@ then
plugins+="osx"
fi

export PATH="/opt/local/bin:/opt/local/sbin:/usr/local/share/python:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/usr/local/sbin:/usr/sbin:/sbin"
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin"
# export MANPATH="/usr/local/man:$MANPATH"

source $ZSH/oh-my-zsh.sh
Expand Down

0 comments on commit 7247da7

Please sign in to comment.