aboutsummaryrefslogtreecommitdiff
path: root/dot_bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'dot_bashrc')
-rw-r--r--dot_bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_bashrc b/dot_bashrc
index 553a249..4fd573f 100644
--- a/dot_bashrc
+++ b/dot_bashrc
@@ -30,6 +30,7 @@ export CALCHISTFILE="$XDG_CACHE_HOME"/calc_history
export CARGO_HOME="$XDG_DATA_HOME"/cargo
export DOTNET_CLI_HOME="$XDG_DATA_HOME"/dotnet
export GDBHISTFILE="$XDG_CONFIG_HOME"/gdb/.gdb_history
+export ANSIBLE_CONFIG="$HOME/workbench/homelab-iac/ansible/ansible.cfg"
parse_git_branch() {
git branch 2>/dev/null | grep '\*' | sed 's/* /(/' | sed 's/$/)/'