From 9d27d345d5488e16b8a8102004f905dd16418c19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 5 May 2024 11:03:49 +0200 Subject: [PATCH] Move docker --- zsh/zprofile.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/zprofile.j2 b/zsh/zprofile.j2 index cca2f18..3104797 100644 --- a/zsh/zprofile.j2 +++ b/zsh/zprofile.j2 @@ -42,6 +42,8 @@ export ANSIBLE_HOME="${XDG_CONFIG_HOME}/ansible" export ANSIBLE_CONFIG="${XDG_CONFIG_HOME}/ansible.cfg" export ANSIBLE_GALAXY_CACHE_DIR="${XDG_CACHE_HOME}/ansible/galaxy_cache" +export DOCKER_CONFIG="$XDG_CONFIG_HOME"/docker + umask 0022 {% set env = machine.environment | combine(user.environment) %}