Skip to content

Instantly share code, notes, and snippets.

@wayneeseguin
Forked from anonymous/gist:335417
Created March 17, 2010 16:33
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 wayneeseguin/335424 to your computer and use it in GitHub Desktop.
Save wayneeseguin/335424 to your computer and use it in GitHub Desktop.
# Correct
My .bash_profile:::
<< Heap of stuff from default ubuntu install that was under the &&return line>>
# Be sure all paths / environment setup before sourcing RVM
#RVM
if [[ -s /home/steve/.rvm/scripts/rvm ]]; then
source /home/steve/.rvm/scripts/rvm ;
fi
# Useful to have in here for scripting techniques.
if [[ -s /home/steve/.rvm/scripts/rvm ]]; then
source /home/steve/.rvm/scripts/rvm ;
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment