Skip to content

Instantly share code, notes, and snippets.

@glidenote
Created May 17, 2012 06:02
Show Gist options
  • Save glidenote/2716856 to your computer and use it in GitHub Desktop.
Save glidenote/2716856 to your computer and use it in GitHub Desktop.
#=============================
# rbenv
#=============================
if [ -d ${HOME}/.rbenv ] ; then
PATH=${HOME}/.rbenv/bin:${PATH}
export PATH
eval "$(rbenv init -)"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment