Skip to content

Instantly share code, notes, and snippets.

Created March 17, 2010 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/335417 to your computer and use it in GitHub Desktop.
Save anonymous/335417 to your computer and use it in GitHub Desktop.
This is my .bashrc:::
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS1" ]
My .bash_profile:::
<< Heap of stuff from default ubuntu install that was under the &&return line>>
#RVM
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