From 3f6b15c29b33219b27ce10c456c6654cf8e33df2 Mon Sep 17 00:00:00 2001 From: afranco Date: Mon, 16 Jun 2025 09:20:53 +0100 Subject: [PATCH] chore(fish): Add GOROOT env variable --- .config/fish/config.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index c6d3d9e..74b509b 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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 @@ -39,7 +40,7 @@ end if status is-interactive if not set -q TMUX - tmux new-session -A -s 0 + tmux new-session -A -s 0 end set -g fish_greeting