Compare commits

...

2 Commits

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
# Use QT dialogs instead of GTK ones
export GTK_USE_PORTAL=1