Cleaning up.

This commit is contained in:
Bartek Stalewski 2024-06-19 23:26:17 +02:00
parent 0762c38b50
commit f26274aeae
No known key found for this signature in database
19 changed files with 2 additions and 2 deletions

8
config/zsh/.zshenv Normal file
View file

@ -0,0 +1,8 @@
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
export HISTFILE=$XDG_DATA_HOME/zsh/history
export HISTSIZE=10000
export SAVEHIST=$HISTSIZE