Move some customisations out of zshrc into custom

This commit is contained in:
Wesley Moore 2009-11-10 12:08:58 +11:00
commit 043d8ae0d7
4 changed files with 11 additions and 2 deletions

8
custom/aliases.zsh Normal file
View file

@ -0,0 +1,8 @@
#RSpec
alias spec="spec -c"
# Git
alias gs='git status'
alias ga='git add'
alias gco='git checkout'
alias gd="git diff"