Skip to content

Instantly share code, notes, and snippets.

@0rca
Created December 21, 2012 06:13
Show Gist options
  • Save 0rca/4350986 to your computer and use it in GitHub Desktop.
Save 0rca/4350986 to your computer and use it in GitHub Desktop.
initializing rbenv with --no-rehash option saves me 0,5s on new terminal session start-up
if which rbenv > /dev/null; then eval "$(rbenv init - --no-rehash)"; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment