From c40fd1e6681869e706d45a82afb86bc22539969b Mon Sep 17 00:00:00 2001 From: Peng Li Date: Wed, 6 Jan 2016 10:31:35 +0800 Subject: [PATCH] correct git-log alias in zsh --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index bae0bed..c60e61d 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -90,7 +90,7 @@ alias ln='ln -i' #alias svn='colorsvn' alias sed='/usr/local/bin/gsed' -alias 'git log'='git log --oneline --graph --all --color --decorate --abbrev-commit' +alias 'git-log'='git log --oneline --graph --all --color --decorate --abbrev-commit' -- 2.11.0