Skip to content

Instantly share code, notes, and snippets.

@martincr
Last active August 29, 2015 14:13
Show Gist options
  • Save martincr/f5d6636b66c484e28510 to your computer and use it in GitHub Desktop.
Save martincr/f5d6636b66c484e28510 to your computer and use it in GitHub Desktop.
.bash_profile
# .bash_profile
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment