ccze: fancy colour boring log output, to improve readability

This commit is contained in:
giomba 2022-06-09 09:22:25 +02:00
parent 5d7bc57ece
commit b254c6a188
1 changed files with 5 additions and 0 deletions

5
zshrc
View File

@ -3838,6 +3838,11 @@ gitadduw() {
git diff -U0 -w --no-color | git apply --cached --ignore-whitespace --unidiff-zero -
}
# fancy colour boring log output
if command -v ccze &> /dev/null; then
alias rainbow='ccze -A'
fi
## END OF FILE #################################################################
# vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4
# Local variables: