aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zprofile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-09-24 13:03:14 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-09-24 13:03:14 +0200
commitb977e7ef780b1f55e93245e31da884b69b09de36 (patch)
treec3a81011f0005b7cd75725df63deb463670b7442 /zsh/.zprofile
parent0ff5149d6c011eb1156b054849e0195d993bc352 (diff)
downloaddotfiles-b977e7ef780b1f55e93245e31da884b69b09de36.tar.xz
zsh/zprofile: xdg basedir paths section
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r--zsh/.zprofile1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile
index 59ecf4a..ddd16e8 100644
--- a/zsh/.zprofile
+++ b/zsh/.zprofile
@@ -1,5 +1,6 @@
export PATH="$HOME"/.local/bin:"$PATH"
+# Set XDG Basedir Spec paths
export XDG_CACHE_HOME="$HOME"/.cache
export XDG_CONFIG_HOME="$HOME"/.config
export XDG_DATA_HOME="$HOME"/.local/share