(cleanup) fix docker directory in home
This commit is contained in:
parent
4c46a6bbf1
commit
282311a90e
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ export XDG_STATE_HOME="${HOME}/.local/state"
|
|||
export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"
|
||||
|
||||
# clean home - needs to be here for Docker Desktop
|
||||
export DOCKER_CONFIG="${XDG_CONFIG_HOME}/docker"
|
||||
export DOCKER_HOST="unix:///${XDG_CONFIG_HOME}/colima/docker.sock"
|
||||
export GNUPGHOME="${XDG_DATA_HOME}/gnupg"
|
||||
export GOPATH="${XDG_CACHE_HOME}/go"
|
||||
export LESSHISTFILE='/dev/null'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue