From db69128e0a0dafc1e67f7035d8d9da805cd65d75 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Tue, 3 Oct 2023 09:46:34 -0500 Subject: ansible configuration file --- zsh/zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/zprofile') diff --git a/zsh/zprofile b/zsh/zprofile index 33e2e01..2081946 100755 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -16,7 +16,7 @@ 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 ANSIBLE_CONFIG="${XDG_CONFIG_HOME}/ansible/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