Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/mwilliams/oh-my-zsh into mw…
Browse files Browse the repository at this point in the history
…illiams/master
  • Loading branch information
robbyrussell committed Sep 6, 2009
2 parents 4c69833 + 1875755 commit 44465ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 44465ef

Please sign in to comment.