mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
bashrc & zshrc: add aliases for showing changelog.
* git-changelog * git-changelog-color
This commit is contained in:
parent
f5f62492ec
commit
a2f59accb2
2
bashrc
2
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 "
|
||||
|
2
zshrc
2
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 "
|
||||
|
Loading…
Reference in New Issue
Block a user