From 677c916cd62974064454340b7bbdd49811195cce Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 25 May 2023 18:11:40 -0400 Subject: .bash_profile: Add ansible variables --- .bash_profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bash_profile b/.bash_profile index f1d01c5..1568113 100644 --- a/.bash_profile +++ b/.bash_profile @@ -35,6 +35,9 @@ export TERMINAL=urxvt export DESKTOP_SESSION=gnome export XDG_CURRENT_DESKTOP=gnome +export ANSIBLE_CONFIG="$XDG_CONFIG_HOME/ansible/ansible.cfg" +export ANSIBLE_GALAXY_CACHE_DIR="$XDG_CACHE_HOME/ansible/galaxy_cache" +export ANSIBLE_HOME="$XDG_CONFIG_HOME/ansible" export CARGO_HOME="$XDG_CACHE_HOME/cargo" export DENO_DIR=vendor export DENO_INSTALL_ROOT=bin -- cgit v1.2.3