diff options
| author | Ahmed Abdelhalim <[email protected]> | 2022-07-07 14:25:27 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2022-07-07 14:25:27 +0200 |
| commit | 2bbf4b803266a93562f241378b6aaa54dce612d7 (patch) | |
| tree | b0cc7b2106f1277b0478be806da354a943b43b38 /.bash_profile | |
| parent | 9ddb9707ef2c65bf09dff0ab43e316c2fc4065ec (diff) | |
Fix the go lang path
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
