diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zprofile | 1 |
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 |