about summary refs log tree commit diff stats
path: root/profile/etc.sh
blob: 151e229e0835efd56688a79b0cfbb9c63e2545ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# etc. settings

export GUILE_INSTALL_LOCALE=0
export TZ=America/Chicago
#export QT_STYLE_OVERRIDE=adwaita-qt
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/keyring/ssh"

export CDPATH=:~ # thanks june :)

#export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc"
#export XSERVERRC="$XDG_CONFIG_HOME/X11/xserverrc"
#export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority"
#export SVDIR="$LOCAL_PREFIX/service"
#export INFOPATH="$INFOPATH:/usr/share/info"