Last Updated: February 25, 2016
·
7.368K
· sheerun

Make your zsh startup faster (oh-my-zsh and rbenv fixes)

Change:

eval "$(rbenv init -)"

To:

eval "$(rbenv init - --no-rehash)"

And make sure rbenv isn't loaded second time in ~/.zsh_profile

Uncomment DISABLE_AUTO_UPDATE="true" in your ~/.zshrc

And remember about updating it manually :-)

4 Responses
Add your response

worked for me!

over 1 year ago ·

Wicked dude, works like a charm :-)

over 1 year ago ·

tried a lot but only this works like a charm, thanks very much !

over 1 year ago ·