summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-18 22:16:18 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-18 22:16:18 +0100
commit46137d3e2bd828bc2cf17de62b39c961aee25bf1 (patch)
tree465320b2a99cb0009f82c4c496ba42e201eb786d /.bashrc
parentd4297010405d9d63008625ffd6c74d7bfc2df8a6 (diff)
Update ansible markers to avoid this being duplicated by python setup
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