about summary refs log tree commit diff stats
path: root/profile/etc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'profile/etc.sh')
-rw-r--r--profile/etc.sh4
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
3export GUILE_INSTALL_LOCALE=0 3export GUILE_INSTALL_LOCALE=0
4export TZ=America/Chicago 4export TZ=America/Chicago
5export QT_STYLE_OVERRIDE=adwaita-qt
6export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/keyring/ssh"
7
8export 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"