Skip to content

Instantly share code, notes, and snippets.

@follesoe
Created October 2, 2010 11:22
Show Gist options
  • Select an option

  • Save follesoe/607556 to your computer and use it in GitHub Desktop.

Select an option

Save follesoe/607556 to your computer and use it in GitHub Desktop.
export HOME=/Users/jf
export PS1='\[$(tput setaf 2)\]\u\[$(tput sgr0)\]@\[$(tput setaf 3)\]\h\[$(tput sgr0)\] \w\[$(tput setaf 5)\]`if [ "$(vcprompt)" != "" ]; then echo " $(vcprompt)"; fi`\[$(tput setaf 2)\]`if [ "$(~/.rvm/bin/rvm-prompt i v)" != "" ]; then echo " $(~/.rvm/bin/rvm-prompt i v)"; fi` \[$(tput sgr0)\]∴ '
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # This loads RVM into a shell session.
export PATH=/usr/local/lib/node/.npm:$PATH
export NODE_PATH=/usr/local/lib/node:$NODE_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment