dotfiles/openbsd/home/config.fish

10 lines
244 B
Fish
Raw Normal View History

2022-06-25 10:39:10 -06:00
if status is-interactive
set -U fish_greeting
end
2022-06-25 11:14:48 -06:00
alias emacs="emacs --no-x-resources"
2022-06-26 18:18:25 -06:00
# set the workspace path
set -x GOPATH $HOME/.go
# add the go bin path to be able to execute our programs
set -x PATH $PATH /usr/local/go/bin $GOPATH/bin