Skip to content

Instantly share code, notes, and snippets.

@Lascorbe
Created October 21, 2013 13:35
Show Gist options
  • Save Lascorbe/7083984 to your computer and use it in GitHub Desktop.
Save Lascorbe/7083984 to your computer and use it in GitHub Desktop.
# Load .profile, containing login, non-bash related initializations.
source ~/.profile
# Load .bashrc, containing non-login related bash initializations.
source ~/.bashrc
[[ -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