diff options
-rw-r--r-- | .zshenv | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +# XDG directories +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 + typeset -U PATH path path=("$HOME/.local/bin" "$path[@]") if [[ -d "$HOME/.platformio" ]]; then |