ccze: fancy colour boring log output, to improve readability
This commit is contained in:
parent
5d7bc57ece
commit
b254c6a188
5
zshrc
5
zshrc
@ -3838,6 +3838,11 @@ gitadduw() {
|
|||||||
git diff -U0 -w --no-color | git apply --cached --ignore-whitespace --unidiff-zero -
|
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 #################################################################
|
## END OF FILE #################################################################
|
||||||
# vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4
|
# vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4
|
||||||
# Local variables:
|
# Local variables:
|
||||||
|
Loading…
Reference in New Issue
Block a user