Redundant path for rbenv
This commit is contained in:
parent
080fa19e35
commit
e3955ea64f
1 changed files with 0 additions and 4 deletions
4
.zshrc
4
.zshrc
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue