Skip to content

Instantly share code, notes, and snippets.

@joselo
Created May 3, 2011 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joselo/952797 to your computer and use it in GitHub Desktop.
Save joselo/952797 to your computer and use it in GitHub Desktop.
bashrc to support RVM, including the default bashrc file
if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then source "$HOME/.rvm/scripts/rvm" ; fi
if [[ ! -z "PS1" ]] ; then
# This is your .bashrc (renamed to .bashrc_part2)
source ~/.bashrc_part2
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment