diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-18 22:16:18 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-18 22:16:18 +0100 |
| commit | 46137d3e2bd828bc2cf17de62b39c961aee25bf1 (patch) | |
| tree | 465320b2a99cb0009f82c4c496ba42e201eb786d | |
| parent | d4297010405d9d63008625ffd6c74d7bfc2df8a6 (diff) | |
Update ansible markers to avoid this being duplicated by python setup
| -rw-r--r-- | .bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
