Skip to content

Instantly share code, notes, and snippets.

@thewinterwind
Created November 1, 2013 01:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thewinterwind/7259872 to your computer and use it in GitHub Desktop.
Save thewinterwind/7259872 to your computer and use it in GitHub Desktop.
My ~/.bash_profile on Mac OS X Mountain Lion ***CODE FAST***
alias l='ls -lah'
alias b='cd ..'
alias bb='cd ../..'
alias bbb='cd ../../..'
alias ra='sudo apachectl restart'
alias sa='sudo apachectl start'
alias ka='sudo apachectl stop'
alias a-dir='cd /etc/apache2'
alias sites='cd ~/sites'
alias cert-dir='cd ~/sites/onecert'
alias tag-dir='cd ~/sites/tags'
alias izea-dir='cd ~/sites/izea'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment