From fd6b7eff2b7fdf1b31bab731996513b37a8cc434 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 26 Jul 2016 15:05:00 +0200 Subject: Add XDG environment variables --- zsh/.profile | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.3-54-g00ecf