mirror of
https://github.com/KevinMidboe/chsh.git
synced 2025-10-29 12:30:13 +00:00
Add golang to brew pkgs & go env vars to .profile
This commit is contained in:
5
.profile
5
.profile
@@ -15,3 +15,8 @@ export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
|
||||
# PATH="/Library/Frameworks/Python.framework/Versions/3.11/bin:$PATH"
|
||||
# export PATH
|
||||
|
||||
# Setting go environment
|
||||
export GOPATH=$HOME/dev/go
|
||||
export GOROOT="$(brew --prefix golang)/libexec"
|
||||
export PATH="$PATH:$GOPATH/bin:$GOROOT/bin"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user