This commit is contained in:
2024-05-05 11:08:24 +02:00
parent 9d27d345d5
commit cb57530810
2 changed files with 5 additions and 7 deletions

View File

@@ -27,8 +27,6 @@ export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"
export GNUPGHOME="$HOME/.gnupg"
export PASSWORD_STORE_DIR="$HOME/.password-store"
export GTK2_RC_FILES=${XDG_CONFIG_HOME}/gtkrc-2.0
@@ -44,6 +42,8 @@ export ANSIBLE_GALAXY_CACHE_DIR="${XDG_CACHE_HOME}/ansible/galaxy_cache"
export DOCKER_CONFIG="$XDG_CONFIG_HOME"/docker
export GNUPGHOME="$XDG_STATE_HOME"/gnupg
umask 0022
{% set env = machine.environment | combine(user.environment) %}