chore(fish): Add GOROOT env variable
This commit is contained in:
@@ -16,6 +16,7 @@ set -x GOBIN "$GOPATH/bin"
|
|||||||
if test (uname) = "Darwin"
|
if test (uname) = "Darwin"
|
||||||
set -x JAVA_HOME (eval /usr/libexec/java_home)
|
set -x JAVA_HOME (eval /usr/libexec/java_home)
|
||||||
set -x GEM_HOME "$HOME/.gem"
|
set -x GEM_HOME "$HOME/.gem"
|
||||||
|
set -x GOROOT "$(brew --prefix golang)/libexec"
|
||||||
fish_add_path /opt/homebrew/bin
|
fish_add_path /opt/homebrew/bin
|
||||||
fish_add_path /opt/homebrew/opt/texlive/bin
|
fish_add_path /opt/homebrew/opt/texlive/bin
|
||||||
fish_add_path $GEM_HOME/bin
|
fish_add_path $GEM_HOME/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user