dotfiles/openbsd/home/config.fish

10 lines
244 B
Fish
Raw Normal View History

2022-06-25 18:39:10 +02:00
if status is-interactive
set -U fish_greeting
end
2022-06-25 19:14:48 +02:00
alias emacs="emacs --no-x-resources"
2022-06-27 02:18:25 +02: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