diff options
Diffstat (limited to 'zsh')
-rwxr-xr-x | zsh/zprofile | 1 |
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" |