From b1633707c21ae5aeb80b0652e00a5e5d843497fe Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 27 Nov 2024 14:42:03 -0500 Subject: [PATCH] feat: Updates to zsh env --- zsh/config/.zshenv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/config/.zshenv b/zsh/config/.zshenv index 72d1844..ccf4062 100755 --- a/zsh/config/.zshenv +++ b/zsh/config/.zshenv @@ -26,8 +26,8 @@ export GITUSER="m-housh" export GIT_DISCOVERY_ACROSS_FILESYSTEM=1 # Directories -export ANSIBLE_GEN_DIR="$GHREPOS/ansible/ansible-gen-playbook" -export ANSIBLE_LOCAL="$GHREPOS/ansible" +export ANSIBLE_LOCAL="$REPOS/ansible" +export ANSIBLE_GEN_DIR="$ANSIBLE_LOCAL/ansible-gen-playbook" export ANSIBLE_MACOS_PLAYBOOK_DIR="$HOME/ansible-macos-playbook" export ARCHIVE="/Volumes/Archive" export BUCKET="/Volumes/Bucket"