From 46137d3e2bd828bc2cf17de62b39c961aee25bf1 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 18 Jan 2026 22:16:18 +0100 Subject: Update ansible markers to avoid this being duplicated by python setup --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3