Redundant path for rbenv

This commit is contained in:
Andrew Tomaka 2014-08-21 05:50:21 -04:00
parent 080fa19e35
commit e3955ea64f

4
.zshrc
View file

@ -9,10 +9,6 @@ PATH="$HOME/bin:$PATH"
if [[ "$OSTYPE" == darwin* ]]; then
PATH="/opt/boxen/homebrew/opt/coreutils/libexec/gnubin:$PATH"
MANPATH="/opt/boxen/homebrew/apt/coreutils/libexec/gnubin:$MANPATH"
else
if test -d "$HOME/.rbenv/bin" ; then
export PATH="$HOME/.rbenv/bin:$PATH"
fi
fi
# add path to newer bins on cse servers (github/rmblair)