Skip to content

Instantly share code, notes, and snippets.

Created June 4, 2012 22:02
Show Gist options
  • Save anonymous/2871087 to your computer and use it in GitHub Desktop.
Save anonymous/2871087 to your computer and use it in GitHub Desktop.
Helpful Aliases
set -o vi
# Aliases
alias sites="cd ~/Sites/"
alias desk="cd ~/Desktop/"
alias ..="cd ../"
alias ...="cd ../../"
alias server='open http://localhost:8000 && python -m SimpleHTTPServer'
alias restartApache="sudo apachectl restart"
alias plugins="cd ~/.vim/bundle"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment