summaryrefslogtreecommitdiff
path: root/dotfiles-linux
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2020-01-06 08:57:05 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2020-01-06 09:00:06 +0000
commit8ec6e87077dbed6f975d95bbd27374f9dde9e4eb (patch)
tree2e739a1c4b1a367eee644f85d11eee02ea07e4b0 /dotfiles-linux
parent6108dad723ec4ee9b1d070aaf428630dc7c8e965 (diff)
Set XDG variables on Linux explicitly
Diffstat (limited to 'dotfiles-linux')
-rw-r--r--dotfiles-linux/zsh/env5
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles-linux/zsh/env b/dotfiles-linux/zsh/env
new file mode 100644
index 0000000..3aac4e8
--- /dev/null
+++ b/dotfiles-linux/zsh/env
@@ -0,0 +1,5 @@
+# -*- mode: shell-script -*-
+
+export XDG_CACHE_HOME=~/.cache
+export XDG_CONFIG_HOME=~/.config
+export XDG_DATA_HOME=~/.local/share