diff options
| -rw-r--r-- | .bashrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -90,8 +90,7 @@ fi # ==== END ANSIBLE BASH-COMPLETION CONFIG # ==== BEGIN ANSIBLE GO CONFIG -if command -v go 1>/dev/null 2>&1; then - export PATH="$PATH:/usr/local/go/bin" +if [ -d "$HOME/go/bin" ]; then export PATH="$HOME/go/bin:$PATH" fi # ==== END ANSIBLE GO CONFIG |
