Compare commits
2 Commits
23b7cabac8
...
f13e4de0a7
Author | SHA1 | Date | |
---|---|---|---|
f13e4de0a7 | |||
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
|
||||||
|
|
||||||
# Use QT dialogs instead of GTK ones
|
# Use QT dialogs instead of GTK ones
|
||||||
export GTK_USE_PORTAL=1
|
export GTK_USE_PORTAL=1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user