Update config.fish

This commit is contained in:
Rawley Fowler 2022-04-30 14:21:28 -06:00 committed by GitHub
parent a2f246a616
commit 6a057856a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,5 @@
# Rawley Fowlers, config.fish. Last updated: April 30th, 2022
if status is-interactive
set fish_greeting
set TERM "st"
@ -6,6 +8,7 @@ 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
# Paths
set GOPATH $HOME/.go
set PATH $PATH /usr/local/bin /usr/bin /bin /usr/local/go/bin