From 726c2458e108aa89eadbd686e1952708e8627cd0 Mon Sep 17 00:00:00 2001 From: Ahir Reddy Date: Fri, 24 Apr 2015 16:01:20 -0700 Subject: [PATCH] fixed alias --- templates/zshrc.zsh-template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 3762ee4ae..5387beac7 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -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"'