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) %}