[fish] always set GOPATH

This commit is contained in:
eleith 2023-02-18 03:11:27 +00:00
parent 5303c9b48b
commit d886d1b145
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ set fish_greeting ""
set -x EDITOR nvim
set -x VISUAL nvim
set -gx GOPATH "$HOME/.go"
# add local binaries to path
if test -d ~/.local/bin