about summary refs log tree commit diff stats
path: root/profile
diff options
context:
space:
mode:
authorCase Duckworth2022-04-13 17:06:00 -0500
committerCase Duckworth2022-04-13 17:06:00 -0500
commitef11ab712bc6fb4ca83b75bb8533c3af607b81a5 (patch)
treeb8dca69e0b43d241cf7c0bfb5402ff7e406fa553 /profile
parentChange EDITOR to emacsclient (diff)
downloadetc-ef11ab712bc6fb4ca83b75bb8533c3af607b81a5.tar.gz
etc-ef11ab712bc6fb4ca83b75bb8533c3af607b81a5.zip
Don't override QT_STYLE
Diffstat (limited to 'profile')
-rw-r--r--profile/etc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile/etc.sh b/profile/etc.sh index b91c4c8..0546fe2 100644 --- a/profile/etc.sh +++ b/profile/etc.sh
@@ -2,7 +2,7 @@
2 2
3export GUILE_INSTALL_LOCALE=0 3export GUILE_INSTALL_LOCALE=0
4export TZ=America/Chicago 4export TZ=America/Chicago
5export QT_STYLE_OVERRIDE=adwaita-qt 5#export QT_STYLE_OVERRIDE=adwaita-qt
6export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/keyring/ssh" 6export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/keyring/ssh"
7 7
8export CDPATH=:~ # thanks june :) 8export CDPATH=:~ # thanks june :)