From d83007e0d6475735a35c87664c3df91beb016b51 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 22 Nov 2023 14:22:13 +0100 Subject: [PATCH] fish: add GOPATH to PATH --- fish/config.fish | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fish/config.fish b/fish/config.fish index d1adafb..74a5720 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -2,5 +2,7 @@ if status is-interactive # Commands to run in interactive sessions can go here end +set PATH $PATH (go env GOPATH)/bin + set fish_color_user normal -set fish_color_host blue \ No newline at end of file +set fish_color_host blue