summaryrefslogtreecommitdiff
path: root/zsh/zprofile
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2024-09-02 08:42:59 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2024-09-02 08:42:59 -0500
commit5a374e4e5d753288cb7eccde12a45ff46485028c (patch)
treeb17f2ff86b87f708e4230d08c60c4e15e3e1dd18 /zsh/zprofile
parentf885f0733b74c8aaa0d25b503c715d58ed774d6d (diff)
downloaddotconfig-5a374e4e5d753288cb7eccde12a45ff46485028c.tar.xz
dotconfig-5a374e4e5d753288cb7eccde12a45ff46485028c.zip
update zsh
Diffstat (limited to 'zsh/zprofile')
-rwxr-xr-xzsh/zprofile2
1 files changed, 1 insertions, 1 deletions
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")"