mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 12:00:02 +02:00
fish: add GOPATH to PATH
This commit is contained in:
parent
403a023dfa
commit
d83007e0d6
1 changed files with 3 additions and 1 deletions
|
|
@ -2,5 +2,7 @@ if status is-interactive
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
end
|
end
|
||||||
|
|
||||||
|
set PATH $PATH (go env GOPATH)/bin
|
||||||
|
|
||||||
set fish_color_user normal
|
set fish_color_user normal
|
||||||
set fish_color_host blue
|
set fish_color_host blue
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue