From 935c26853a352ec44e29d94d217c3529e640ba37 Mon Sep 17 00:00:00 2001 From: Rawley Fowler <75388349+rawleyfowler@users.noreply.github.com> Date: Fri, 1 Jul 2022 20:03:50 -0600 Subject: [PATCH] Update config.fish --- openbsd/home/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsd/home/config.fish b/openbsd/home/config.fish index 42e20ee..a2257f5 100644 --- a/openbsd/home/config.fish +++ b/openbsd/home/config.fish @@ -8,4 +8,4 @@ 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 $HOME/.local/share/gem/ruby/3.0/bin