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"'