Skip to content

Commit

Permalink
fix .zshrc for rbenv
Browse files Browse the repository at this point in the history
  • Loading branch information
atomantic committed Jun 22, 2015
1 parent a99d05b commit ddffda5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ source /usr/local/opt/nvm/nvm.sh
# Customize to your needs...
unsetopt correct

eval "$(rbenv init -)"
if which rbevenv > /dev/null; then eval "$(rbenv init -)"; fi

export PATH="/Users/"$(whoami)"/.rbenv/shims:${PATH}"
source "/usr/local/Cellar/rbenv/0.4.0/libexec/../completions/rbenv.zsh"
rbenv rehash 2>/dev/null
Expand Down

0 comments on commit ddffda5

Please sign in to comment.