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
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue