summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2022-06-02 14:45:32 +0200
committerAhmed Abdelhalim <[email protected]>2022-06-02 14:45:32 +0200
commitf88f0a935706f6c962c3e9f9f76f75c048cbf9c4 (patch)
tree602949157158e048e4ca7760106688de81e7912a /.bash_profile
parente67ba0b3134f5decd3fe49dbbd2a423aa9e23689 (diff)
Fix go path
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index 7f24293..10dc496 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -61,7 +61,7 @@ alias otw="cd ~/Work/OTW/"
# ==== go config.
if command -v go 1>/dev/null 2>&1; then
- export PATH="$HOME/go/bin:$PATH"
+ export PATH="$(brew --prefix)/go/bin:$PATH"
fi
# ==== rbenv config.