Update config.fish

main
Rawley Fowler 2 years ago committed by GitHub
parent b3ff9f8a70
commit a2f246a616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save