From a3256f7ac04b186ea429a57f4a1c6b5d6fb5b07c Mon Sep 17 00:00:00 2001 From: Rawley Fowler <75388349+rawleyfowler@users.noreply.github.com> Date: Sun, 26 Jun 2022 18:18:25 -0600 Subject: [PATCH] Update config.fish --- openbsd/home/config.fish | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openbsd/home/config.fish b/openbsd/home/config.fish index a5dc1d4..35b2053 100644 --- a/openbsd/home/config.fish +++ b/openbsd/home/config.fish @@ -2,3 +2,8 @@ if status is-interactive set -U fish_greeting end alias emacs="emacs --no-x-resources" + +# 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