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

@ -26,6 +26,7 @@ alias e vim
# git # git
alias g git alias g git
alias ga "git add" alias ga "git add"
alias gc "git cm"
# go # go
alias yaegi "rlwrap yaegi" alias yaegi "rlwrap yaegi"

View file

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