diff options
Diffstat (limited to 'zsh/zprofile')
-rwxr-xr-x | zsh/zprofile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/zprofile b/zsh/zprofile index 2049165..33e2e01 100755 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -11,9 +11,12 @@ 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 XAUTHORITY="$XDG_CACHE_HOME/Xauthority" export XDG_CONFIG_HOME="$HOME/.config" +export ANSIBLE_HOME="${XDG_CONFIG_HOME}/ansible" +export ANSIBLE_CONFIG="${XDG_CONFIG_HOME}/ansible.cfg" export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc" export MBSYNCRC="$XDG_CONFIG_HOME/mbsync/config" export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch/config" |