Skip to content

Instantly share code, notes, and snippets.

@jonsherrard
Created July 30, 2012 00:05
Show Gist options
  • Save jonsherrard/3202737 to your computer and use it in GitHub Desktop.
Save jonsherrard/3202737 to your computer and use it in GitHub Desktop.
.bash_profile
## ALIASES
alias home='cd ~/'
alias ls='ls -ls -G'
alias webfaction='ssh web***.webfaction.com -l ************'
alias htdocs='cd /Applications/MAMP/htdocs'
##
CDPATH='.:~:/Applications/MAMP/htdocs'
PS1="\\[$(tput setaf 1)\\]\\u@\W: \\[$(tput sgr0)\\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment