diff --git a/fish/config.fish b/fish/config.fish index d1adafb..74a5720 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -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 \ No newline at end of file +set fish_color_host blue