Skip to content

Instantly share code, notes, and snippets.

@philtr
Last active December 10, 2015 21:48
Show Gist options
  • Save philtr/4497817 to your computer and use it in GitHub Desktop.
Save philtr/4497817 to your computer and use it in GitHub Desktop.
Speed up rbenv load time by 1,000,000x (not really, but a lot)
#
# RBEnv
#
eval "$(rbenv init --no-rehash -)"
rbenv rehash > /dev/null 2<&1 &!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment