Commit 44465ef4 authored by Robby Russell's avatar Robby Russell
Browse files

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

parents 4c69833e 1875755f
......@@ -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'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment