From b977e7ef780b1f55e93245e31da884b69b09de36 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 24 Sep 2014 13:03:14 +0200 Subject: zsh/zprofile: xdg basedir paths section --- zsh/.zprofile | 1 + 1 file changed, 1 insertion(+) (limited to 'zsh/.zprofile') 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 -- cgit v1.2.3-54-g00ecf