From 2bbf4b803266a93562f241378b6aaa54dce612d7 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 7 Jul 2022 14:25:27 +0200 Subject: Fix the go lang path --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 8b87697..b1ea61b 100644 --- a/.bash_profile +++ b/.bash_profile @@ -62,7 +62,7 @@ alias otw="cd ~/Work/OTW/" # ==== go config. if command -v go 1>/dev/null 2>&1; then - export PATH="$(brew --prefix)/go/bin:$PATH" + export PATH="$HOME/go/bin:$PATH" fi # ==== rbenv config. -- cgit v1.2.3