Created
June 4, 2012 22:02
-
-
Save anonymous/2871087 to your computer and use it in GitHub Desktop.
Helpful Aliases
This file contains 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
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