Created
January 8, 2014 19:35
-
-
Save heyMP/8323038 to your computer and use it in GitHub Desktop.
zsh 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
#My aliases | |
alias ll="ls -la" | |
alias home="cd ~/" | |
alias websites="cd ~/Documents/Websites" | |
alias coda="/usr/local/bin/coda" | |
alias aurorawatch="bundle exec compass watch" | |
alias bashscripts="cd ~/Documents/Websites/bash_scripts" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment