Skip to content

Instantly share code, notes, and snippets.

@whyisjake
Created February 6, 2014 19:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whyisjake/8850812 to your computer and use it in GitHub Desktop.
Save whyisjake/8850812 to your computer and use it in GitHub Desktop.
export PATH="$PATH":~/bin
export EDITOR=/usr/bin/nano
export PATH="$PATH":~/Sites/vip/bin
alias w=wget --user-agent="BOTTOMLESS BREADSTICKS AT THE OLIVE GARDEN"
export PS1='\e[0:35m⌘\e[m \e[0:36m\w/\e[m \e[0:33m`git branch 2> /dev/null | grep -e ^* | sed -E s/^\\\\\*\ \(.+\)$/\(\\\\\1\)\ /`\e[m'
alias makeblog='cd ~/Sites/vip/www/wp-content/themes/makeblog/'
alias makerfaire='cd ~/Sites/vip/www/wp-content/themes/makerfaire/'
alias www='cd ~/Sites/vip/www/'
alias root='cd ~/Sites/vip/www/'
alias vip='cd ~/Sites/vip/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment