From a2f59accb2f1b5a0c3797bb4ed4a782d0af7244b Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 29 May 2014 23:56:44 +0300 Subject: [PATCH] bashrc & zshrc: add aliases for showing changelog. * git-changelog * git-changelog-color --- bashrc | 2 ++ zshrc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/bashrc b/bashrc index 403a2651..0f03790a 100644 --- a/bashrc +++ b/bashrc @@ -415,6 +415,8 @@ alias move=mv # MSDOS # List git committers of repository alias git-committers="git shortlog -s" +alias git-changelog="git changelog --oneline --decorate" +alias git-changelog-color="git changelog --oneline --decorate --color" # Line ending converting with flip alias unixle="flip -ub " diff --git a/zshrc b/zshrc index f75a0e72..03dce3b0 100644 --- a/zshrc +++ b/zshrc @@ -383,6 +383,8 @@ alias move=mv # MSDOS # List git committers of repository alias git-committers="git shortlog -s" +alias git-changelog="git changelog --oneline --decorate" +alias git-changelog-color="git changelog --oneline --decorate --color" alias unixle="flip -ub " alias msdosle="flip -mb "