Zsh cleaning.

This commit is contained in:
Bartek Stalewski 2023-07-19 15:11:07 +02:00
parent 0f37d04702
commit e149102ce9
2 changed files with 6 additions and 9 deletions

View file

@ -3,3 +3,6 @@ export XDG_CACHE_HOME=$HOME/.cache
export XDG_CONFIG_HOME=$HOME/.config
export XDG_DATA_HOME=$HOME/.local/share
export XDG_STATE_HOME=$HOME/.local/state
export HISTSIZE=10000
export SAVEHIST=$HISTSIZE
export HISTFILE=$XDG_DATA_HOME/zsh/history