1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

fish: add GOPATH to PATH

This commit is contained in:
Henrik Hautakoski 2023-11-22 14:22:13 +01:00
parent 403a023dfa
commit d83007e0d6

View file

@ -2,5 +2,7 @@ if status is-interactive
# Commands to run in interactive sessions can go here
end
set PATH $PATH (go env GOPATH)/bin
set fish_color_user normal
set fish_color_host blue
set fish_color_host blue