Files
my-fish-config/conf.d/go.fish
2025-09-08 20:09:14 +02:00

5 lines
94 B
Fish

if command -q go
set -gx GOPATH $HOME/.local/go
fish_add_path $HOME/.local/go/bin
end