Update config.fish

This commit is contained in:
Rawley Fowler 2022-07-01 18:42:21 -06:00 committed by GitHub
parent 38e72b02f5
commit 9d88e2603f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,11 @@
if status is-interactive if status is-interactive
set -U fish_greeting set -U fish_greeting
end end
alias emacs="emacs --no-x-resources"
# set the workspace path alias emacs="emacs --no-x-resources"
set -x GOPATH $HOME/.go alias ruby="ruby30"
# add the go bin path to be able to execute our programs alias rake="rake30"
alias gem="gem30"
set -x GOPATH "$HOME/.go"
set -x PATH $PATH /usr/local/go/bin $GOPATH/bin set -x PATH $PATH /usr/local/go/bin $GOPATH/bin