Clean home settings moved to .zshenv.
This commit is contained in:
parent
9e8fd82547
commit
d8bb1b2333
3 changed files with 5 additions and 3 deletions
|
@ -8,3 +8,8 @@ export XDG_STATE_HOME=$HOME/.local/state
|
|||
export HISTFILE=$XDG_DATA_HOME/zsh/history
|
||||
export HISTSIZE=10000
|
||||
export SAVEHIST=$HISTSIZE
|
||||
|
||||
# clean home - needs to be here for Docker Desktop
|
||||
export DOCKER_CONFIG="${XDG_CONFIG_HOME}/docker"
|
||||
export GNUPGHOME="${XDG_DATA_HOME}/gnupg"
|
||||
export LESSHISTFILE='/dev/null'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue