fixed alias

This commit is contained in:
Ahir Reddy 2015-04-24 16:01:20 -07:00
commit 726c2458e1

View file

@ -52,6 +52,9 @@ plugins=(git zsh-syntax-highlighting history-substring-search terminalapp)
export PATH=$HOME/bin:/usr/local/bin:$PATH
# export MANPATH="/usr/local/man:$MANPATH"
alias glc='git log --graph --pretty="format:%C(yellow)%h%Cgreen%d%Creset %s %C(white) %an, %ar%Creset"'
source $ZSH/oh-my-zsh.sh
# You may need to manually set your language environment
@ -78,4 +81,3 @@ 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"'