5 lines
94 B
Fish
5 lines
94 B
Fish
if command -q go
|
|
set -gx GOPATH $HOME/.local/go
|
|
fish_add_path $HOME/.local/go/bin
|
|
end
|