diff options
author | listout <listout@protonmail.com> | 2021-11-23 00:16:49 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-11-23 00:16:49 +0530 |
commit | 0440085b3602de7a68e366146c965473ed1b401c (patch) | |
tree | 8464451522982a092b4c029856467d4f60da4acd /.zshenv | |
parent | 0977f4fa20ac583bb16d6d39094ca1a5d9ae9e62 (diff) |
xdg user dirs
Diffstat (limited to '.zshenv')
-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 |