1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

Merge branch 'master' of git://github.com/mwilliams/oh-my-zsh into mwilliams/master

This commit is contained in:
Robby Russell 2009-09-06 09:43:54 -07:00
commit 44465ef4ce

View file

@ -12,7 +12,16 @@ alias ...='cd ../..'
alias _='sudo'
#alias g='grep -in'
alias g='git'
alias gst='git status'
alias gl='git pull'
alias gp='git push'
alias gd='git diff | mate'
alias gc='git commit -v'
alias gca='git commit -v -a'
alias gb='git branch'
alias gba='git branch -a'
alias history='fc -l 1'