mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
fish: set GOBIN var, update alias
This commit is contained in:
parent
62e283ecfc
commit
049ea27d43
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue