aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2023-05-25 18:11:40 -0400
committertdro <tdro@users.noreply.github.com>2023-05-25 18:11:40 -0400
commit677c916cd62974064454340b7bbdd49811195cce (patch)
tree50e860e11f04e44fd7df1728024799a955fef4c3
parent58712f0d55260f3a5f45ea841f2b6636fe0fcec3 (diff)
downloaddotfiles-677c916cd62974064454340b7bbdd49811195cce.tar.gz
dotfiles-677c916cd62974064454340b7bbdd49811195cce.tar.bz2
dotfiles-677c916cd62974064454340b7bbdd49811195cce.zip
.bash_profile: Add ansible variables
-rw-r--r--.bash_profile3
1 files changed, 3 insertions, 0 deletions
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