summaryrefslogtreecommitdiff
path: root/files/shell
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-02-28 14:49:37 -0500
committerAndrew Opalach <andrew@akon.city> 2026-02-28 14:49:37 -0500
commitef40a5119a77280863c21ba67397818514714ccc (patch)
tree8fbfa43e86f2594875bb7e415fee2ac0ecf35cda /files/shell
parent61c027738785e0585202b7b3a828e05344510f66 (diff)
downloaddotfiles-ef40a5119a77280863c21ba67397818514714ccc.tar.gz
dotfiles-ef40a5119a77280863c21ba67397818514714ccc.tar.bz2
dotfiles-ef40a5119a77280863c21ba67397818514714ccc.zip
Random stuff since last check in
Diffstat (limited to 'files/shell')
-rw-r--r--files/shell/profile8
1 files changed, 7 insertions, 1 deletions
diff --git a/files/shell/profile b/files/shell/profile
index f0f0cac..66b20a7 100644
--- a/files/shell/profile
+++ b/files/shell/profile
@@ -4,4 +4,10 @@ unset SSH_AGENT_PID
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
fi
-#export MAIN_MONITOR=DP-1
+# Why aren't these set? elogind?
+# https://wiki.gentoo.org/wiki/Configuring_a_system_without_elogind
+export XDG_CACHE_HOME="/mnt/ssd/cache"
+#export XDG_CONFIG_HOME="${HOME}/.config"
+#export XDG_DATA_HOME="${HOME}/.local/share"
+#export XDG_STATE_HOME="${HOME}/.local/state"
+#export MAIN_MONITOR=DP-2