aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.profile')
-rw-r--r--zsh/.profile7
1 files changed, 7 insertions, 0 deletions
diff --git a/zsh/.profile b/zsh/.profile
index 62b4c77..a84a45a 100644
--- a/zsh/.profile
+++ b/zsh/.profile
@@ -4,4 +4,11 @@
PATH="${HOME}/usr/bin:${PATH}"
export PATH
+## XDG:
+
+# I keep my XDG files in the normal place, but specifying them in an
+# environment variable makes things a little easier/clearer.
+export XDG_CONFIG_HOME="${HOME}/.config"
+export XDG_DATA_HOME="${HOME}/.local/share"
+
systemctl --user import-environment PATH