summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index f80a367..e8908e5 100644
--- a/.bashrc
+++ b/.bashrc
@@ -71,10 +71,11 @@ if command -v neomutt 1>/dev/null 2>&1; then
}
fi
-# ==== include local bin in path
+# ==== BEGIN ANSIBLE PATH CONFIG
if [ -d "$HOME/.local/bin" ]; then
export PATH="$HOME/.local/bin:$PATH"
fi
+# ==== END ANSIBLE PATH CONFIG
# ==== BEGIN ANSIBLE GO CONFIG
if command -v go 1>/dev/null 2>&1; then