Created
February 6, 2014 19:19
-
-
Save whyisjake/8850812 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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