added glc alias

This commit is contained in:
Ahir Reddy 2015-04-24 15:58:04 -07:00
commit f76cc88808

View file

@ -78,3 +78,4 @@ source $ZSH/oh-my-zsh.sh
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
alias glc='git log --graph --pretty="format:%C(yellow)%h%Cgreen%d%Creset %s %C(white) %an, %ar%Creset"'