fish: set GOBIN var, update alias

This commit is contained in:
Smirnov Oleksandr 2024-10-18 16:39:50 +03:00
parent 62e283ecfc
commit 049ea27d43
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@ set -gx EDITOR nvim
set -gx VISUAL nvim
set -g GOPATH $HOME/go
set -g GOBIN $GOPATH/bin
set -g PATH $HOME/bin $PATH
set -g PATH $HOME/go/bin $PATH