diff --git a/zshrc b/zshrc index eabd440..74b39c7 100644 --- a/zshrc +++ b/zshrc @@ -3838,6 +3838,9 @@ gitadduw() { git diff -U0 -w --no-color | git apply --cached --ignore-whitespace --unidiff-zero - } +# Use QT dialogs instead of GTK ones +export GTK_USE_PORTAL=1 + ## END OF FILE ################################################################# # vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4 # Local variables: