From 3532a83ff76961b41b007ab4773c839c2524f4d6 Mon Sep 17 00:00:00 2001 From: adrien Date: Wed, 21 Apr 2021 23:06:36 +0200 Subject: [PATCH] Set correct Golang path --- .config/fish/config.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 37afd25..52157ec 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1 +1,4 @@ set fish_greeting + +set -x GOPATH $HOME/dev/go +set -x PATH $PATH $GOPATH/bin