New approach for .zshenv.

This commit is contained in:
Bartek Stalewski 2023-02-14 16:12:48 +01:00
parent 83c6c1f228
commit 8db2e4fcd4
2 changed files with 10 additions and 10 deletions

5
zsh/.zshenv Normal file
View file

@ -0,0 +1,5 @@
skip_global_compinit=1
export XDG_CACHE_HOME=/tmp/${USER}-cache
export XDG_CONFIG_HOME=$HOME/.config
export XDG_DATA_HOME=$HOME/.local/share
export XDG_STATE_HOME=$HOME/.local/state