summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2023-09-10 10:17:30 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2023-09-10 10:17:30 -0500
commit503e1c3ad21a5367fe2d5c988afac30fa16f5f60 (patch)
tree5fac43153b1e4c2d3fbd60231d96f9167ae562bd
parent866f16893ddd51c06f4b30211a6156d5f09453bb (diff)
downloaddotconfig-503e1c3ad21a5367fe2d5c988afac30fa16f5f60.tar.xz
dotconfig-503e1c3ad21a5367fe2d5c988afac30fa16f5f60.zip
move ansible files from home dir
-rwxr-xr-xzsh/zprofile3
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"