From 503e1c3ad21a5367fe2d5c988afac30fa16f5f60 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Sun, 10 Sep 2023 10:17:30 -0500 Subject: move ansible files from home dir --- zsh/zprofile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zsh') 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" -- cgit v1.2.3