Skip to content

Commit

Permalink
Use --no-rehash option for faster startup
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerun committed Mar 20, 2013
1 parent 0ab0e67 commit 0ed1ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/rbenv/rbenv.plugin.zsh
Expand Up @@ -17,7 +17,7 @@ for rbenvdir in "${rbenvdirs[@]}" ; do
FOUND_RBENV=1
export RBENV_ROOT=$rbenvdir
export PATH=${rbenvdir}/bin:$PATH
eval "$(rbenv init - zsh)"
eval "$(rbenv init --no-rehash - zsh)"

alias rubies="rbenv versions"
alias gemsets="rbenv gemset list"
Expand Down

0 comments on commit 0ed1ade

Please sign in to comment.