Skip to content

Instantly share code, notes, and snippets.

@joemay
Forked from anonymous/gist:2871087
Created March 23, 2013 21:00
Show Gist options
  • Save joemay/5229334 to your computer and use it in GitHub Desktop.
Save joemay/5229334 to your computer and use it in GitHub Desktop.
Terminal 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