chore(fish): Add GOROOT env variable
This commit is contained in:
parent
0e84f49555
commit
3f6b15c29b
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ set -x GOBIN "$GOPATH/bin"
|
|||
if test (uname) = "Darwin"
|
||||
set -x JAVA_HOME (eval /usr/libexec/java_home)
|
||||
set -x GEM_HOME "$HOME/.gem"
|
||||
set -x GOROOT "$(brew --prefix golang)/libexec"
|
||||
fish_add_path /opt/homebrew/bin
|
||||
fish_add_path /opt/homebrew/opt/texlive/bin
|
||||
fish_add_path $GEM_HOME/bin
|
||||
|
|
Loading…
Add table
Reference in a new issue