Skip to content

Instantly share code, notes, and snippets.

@jamesconant
Created February 9, 2013 22:11
Show Gist options
  • Save jamesconant/4747335 to your computer and use it in GitHub Desktop.
Save jamesconant/4747335 to your computer and use it in GitHub Desktop.
case "$TERM" in
xterm*) PATH=$PATH:$HOME/.rvm/bin;
source ~/.rvm/scripts/rvm;
rvm use 1.9.3-p385@ts;
;;
rxvt*) XTITLE="\[\e]0;\u@\h\a\]"
;;
*) XTITLE=""
;;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment