Update config.fish

This commit is contained in:
Rawley Fowler 2022-04-30 11:05:06 -06:00 committed by GitHub
parent b3ff9f8a70
commit a2f246a616
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,4 +6,6 @@ if status is-interactive
alias vim='nvim'
alias vi='nvim'
end
# I build Go
export GOPATH=$HOME/.go
export PATH=$PATH:/usr/local/go/bin