[fish] always set GOPATH

This commit is contained in:
eleith 2023-02-18 01:17:04 +00:00
parent 77b08ca293
commit 5303c9b48b
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ end
# add go binaries to path
if test -d ~/.go
set -gx GOPATH "$HOME/.go"
set PATH "$HOME/.go/bin" $PATH
end