diff options
author | Case Duckworth | 2021-09-05 12:07:21 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-05 12:07:21 -0500 |
commit | 2a86fffb617607ed9e302113563761a6d3cbc09f (patch) | |
tree | a7881e8cd0f2df29e764b767822b830920135f3a /profile | |
parent | Change bootstrapping method (diff) | |
download | etc-2a86fffb617607ed9e302113563761a6d3cbc09f.tar.gz etc-2a86fffb617607ed9e302113563761a6d3cbc09f.zip |
Change some variables
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" |