sh: Remove docker xdg configuration

Podman rebels if it finds an explicitly set DOCKER_CONFIG file pointing
to a non-existent (due to using podman) configuration file. Since we are
not using docker anyway, this removes the env var.
This commit is contained in:
Marty Oehme 2023-01-07 14:56:04 +01:00
parent 5d2ed8174c
commit 4f75888dfe
Signed by: Marty
GPG Key ID: 73BA40D5AFAF49C9
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ unset -f xdg_isThere xdg_makeForUser
export ANDROID_HOME="$XDG_DATA_HOME/android"
export ATOM_HOME="$XDG_DATA_HOME/atom"
export CARGO_HOME="$XDG_DATA_HOME/cargo"
export DOCKER_CONFIG="$XDG_CONFIG_HOME/docker"
export GEM_HOME="$XDG_DATA_HOME/gem"
export GEM_SPEC_CACHE="$XDG_CACHE_HOME/gem"
export GNUPGHOME="$XDG_DATA_HOME/gnupg"