From 4f75888dfe5703edf3ff36367270947552083ed3 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 7 Jan 2023 14:56:04 +0100 Subject: [PATCH] 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. --- sh/.config/sh/xdg | 1 - 1 file changed, 1 deletion(-) diff --git a/sh/.config/sh/xdg b/sh/.config/sh/xdg index 4d645e1..72f42ea 100644 --- a/sh/.config/sh/xdg +++ b/sh/.config/sh/xdg @@ -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"