Skip to content

Instantly share code, notes, and snippets.

@aurelian
Created June 21, 2011 13:29
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 aurelian/1037850 to your computer and use it in GitHub Desktop.
Save aurelian/1037850 to your computer and use it in GitHub Desktop.
# shell: bash-version 3.2.39
# .bash_profile
export EDITOR=vim
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function
# .bashrc
[standard ubuntu stuff]
[[ -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