From b254c6a188c7bb3288dcaa90e0527fb7b4ecc3cd Mon Sep 17 00:00:00 2001 From: giomba Date: Thu, 9 Jun 2022 09:22:25 +0200 Subject: [PATCH] ccze: fancy colour boring log output, to improve readability --- zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zshrc b/zshrc index eabd440..70dc715 100644 --- a/zshrc +++ b/zshrc @@ -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: