Skip to content

Instantly share code, notes, and snippets.

@heyMP
Created January 8, 2014 19:35
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 heyMP/8323038 to your computer and use it in GitHub Desktop.
Save heyMP/8323038 to your computer and use it in GitHub Desktop.
zsh aliases
#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