Update config.fish

This commit is contained in:
Rawley Fowler 2022-07-24 12:55:13 -06:00 committed by GitHub
parent 59499b8d05
commit 8346c500aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,9 @@ if status is-interactive
set -U fish_greeting
end
alias emacs="emacs --no-x-resources"
set -x GEM_HOME "$HOME/.local/ruby"
set -x GOPATH "$HOME/.go"
set -x PATH $PATH /usr/local/go/bin $GOPATH/bin $HOME/.local/ruby/bin
alias vim="nvim"
alias vi="nvim"