about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-09-05 12:07:21 -0500
committerCase Duckworth2021-09-05 12:07:21 -0500
commit2a86fffb617607ed9e302113563761a6d3cbc09f (patch)
treea7881e8cd0f2df29e764b767822b830920135f3a
parentChange bootstrapping method (diff)
downloadetc-2a86fffb617607ed9e302113563761a6d3cbc09f.tar.gz
etc-2a86fffb617607ed9e302113563761a6d3cbc09f.zip
Change some variables
-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"