diff --git a/bashrc b/bashrc index 00b21d2e..6f78c80a 100755 --- a/bashrc +++ b/bashrc @@ -346,6 +346,9 @@ alias ipconfig=ifconfig # MSDOS alias copy=cp # MSDOS alias move=mv # MSDOS +# List git committers of repository +alias git-committers="git shortlog -s" + # Allow custom aliases to be put in .aliases or .bash_aliases . # .aliases diff --git a/zshrc b/zshrc index ed5f2036..63aca325 100755 --- a/zshrc +++ b/zshrc @@ -295,6 +295,9 @@ alias ipconfig=ifconfig # MSDOS alias copy=cp # MSDOS alias move=mv # MSDOS +# List git committers of repository +alias git-committers="git shortlog -s" + # .aliases if [ -f ~/.aliases ]; then source ~/.aliases