From b9b4ed6d2e1a15241a2baaee9a465a33221ed4c1 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 4 Mar 2026 00:16:55 +0100 Subject: Fix go loading with mise --- .bashrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 78b8d85..c92dea3 100644 --- a/.bashrc +++ b/.bashrc @@ -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 -- cgit v1.2.3