Compare commits

..

No commits in common. "f13e4de0a752ef15605b80e18cb131d4aacf755d" and "23b7cabac8e6d4c42599cdd424690c52fa6a7cee" have entirely different histories.

5
zshrc
View File

@ -3838,11 +3838,6 @@ 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