mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
fish: add $GOBIN into path
This commit is contained in:
parent
71c6fb9b86
commit
69b6552c28
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ set -gx VISUAL nvim
|
|||
set -g GOPATH $HOME/go
|
||||
set -g GOBIN $GOPATH/bin
|
||||
|
||||
set -g PATH $GOBIN $PATH
|
||||
set -g PATH $HOME/bin $PATH
|
||||
set -g PATH $HOME/.local/bin $PATH
|
||||
set -g PATH $GOBIN $PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue