diff options
| -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 |
