summaryrefslogtreecommitdiff
path: root/zsh/zprofile
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zprofile')
-rwxr-xr-xzsh/zprofile1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zprofile b/zsh/zprofile
index 2081946..79e87c5 100755
--- a/zsh/zprofile
+++ b/zsh/zprofile
@@ -12,6 +12,7 @@ export SUDO='doas'
# Make programs follow the XDG base directory specification
export XDG_CACHE_HOME="$HOME/.cache"
export ANSIBLE_GALAXY_CACHE_DIR="${XDG_CACHE_HOME}/ansible/galaxy_cache"
+export DOCKER_CONFIG="$XDG_CACHE_HOME/docker"
export XAUTHORITY="$XDG_CACHE_HOME/Xauthority"
export XDG_CONFIG_HOME="$HOME/.config"