From 5a374e4e5d753288cb7eccde12a45ff46485028c Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Mon, 2 Sep 2024 08:42:59 -0500 Subject: update zsh --- zsh/zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/zprofile') diff --git a/zsh/zprofile b/zsh/zprofile index fc9911e..f7b2549 100755 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -45,7 +45,7 @@ export PATH="$CARGO_HOME/bin:$PATH" export PATH="$PYTHONUSERBASE/bin:$PATH" # Theming -export QT_QPA_PLATFORMTHEME='qt5ct' +export QT_QPA_PLATFORMTHEME='gtk2' # Misc Zsh setup mkdir -p "$(dirname "$ZHISTFILE")" -- cgit v1.2.3