summaryrefslogtreecommitdiff
path: root/zsh/.zshenv
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshenv')
-rw-r--r--zsh/.zshenv12
1 files changed, 11 insertions, 1 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv
index ba38a01..9b2dbdd 100644
--- a/zsh/.zshenv
+++ b/zsh/.zshenv
@@ -1 +1,11 @@
-##
+# XDG Directories
+export XDG_CONFIG_HOME="$HOME/.config"
+export XDG_DATA_HOME="$HOME/.local/share"
+export XDG_CACHE_HOME="$HOME/.cache"
+
+# Path Directories
+export PATH="$PATH:$HOME/.local/bin"
+
+# ZSH Directories
+export ZDOTDIR=$XDG_CONFIG_HOME/zsh
+export ZSH_CACHE_DIR="$XDG_CACHE_HOME/zsh"