diff options
Diffstat (limited to '.zshenv')
-rw-r--r-- | .zshenv | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +export XDG_CONFIG_HOME=$HOME/.config +export XDG_CACHE_HOME=$HOME/.cache +export XDG_DATA_HOME=$HOME/.local/share +export XDG_STATE_HOME=$HOME/.local/state +export XDG_DATA_DIRS="/usr/local/share:/usr/share" +export XDG_CONFIG_DIRS="/etc/xdg" + +export ZDOTDIR=$XDG_CONFIG_HOME/zsh |