New approach for .zshenv.
This commit is contained in:
parent
83c6c1f228
commit
8db2e4fcd4
2 changed files with 10 additions and 10 deletions
5
zsh/.zshenv
Normal file
5
zsh/.zshenv
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue