diff options
Diffstat (limited to 'profile')
-rw-r--r-- | profile/etc.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profile/etc.sh b/profile/etc.sh index 5458f02..b91c4c8 100644 --- a/profile/etc.sh +++ b/profile/etc.sh | |||
@@ -2,6 +2,10 @@ | |||
2 | 2 | ||
3 | export GUILE_INSTALL_LOCALE=0 | 3 | export GUILE_INSTALL_LOCALE=0 |
4 | export TZ=America/Chicago | 4 | export TZ=America/Chicago |
5 | export QT_STYLE_OVERRIDE=adwaita-qt | ||
6 | export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/keyring/ssh" | ||
7 | |||
8 | export CDPATH=:~ # thanks june :) | ||
5 | 9 | ||
6 | #export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc" | 10 | #export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc" |
7 | #export XSERVERRC="$XDG_CONFIG_HOME/X11/xserverrc" | 11 | #export XSERVERRC="$XDG_CONFIG_HOME/X11/xserverrc" |