Adds SITES environment variable

This commit is contained in:
2024-03-24 17:00:36 -04:00
parent a2558e0296
commit 128dd695b9

View File

@@ -50,6 +50,7 @@ export MYZSHRC="$ZDOTDIR/.zshrc"
export NAP_CONFIG="$HOME/.config/nap/config.yaml"
export SKELETONDIR="$DOTFILES/skeleton"
export ANSIBLE_GEN_DIR="$GHREPOS/ansible/ansible-gen-playbook"
export SITES="$GHREPOS/sites"
# NPM
export NPM_CONFIG_CACHE="$HOME/.local/npm"