Skip to content

Instantly share code, notes, and snippets.

@sarahhodne
Created January 31, 2010 18:10
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 sarahhodne/291166 to your computer and use it in GitHub Desktop.
Save sarahhodne/291166 to your computer and use it in GitHub Desktop.
. $HOME/.bashrc
# Check for an interactive session
[ -z "$PS1" ] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
export PATH="$HOME/bin:/usr/share/java/apache-ant/bin:/opt/java/bin:/usr/local/bin:/usr/local/sbin:$PATH"
export JAVA_HOME="/opt/java"
if [[ -s /home/dvyjones/.rvm/scripts/rvm ]] ; then source /home/dvyjones/.rvm/scripts/rvm ; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment