From ab6d758f6dcb978d32398dd5670a36c75442b3cf Mon Sep 17 00:00:00 2001 From: Rawley Fowler <75388349+rawleyfowler@users.noreply.github.com> Date: Sun, 3 Jul 2022 09:03:40 -0600 Subject: [PATCH] Fix gem path --- openbsd/home/config.fish | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openbsd/home/config.fish b/openbsd/home/config.fish index 8e327b2..faa03e5 100644 --- a/openbsd/home/config.fish +++ b/openbsd/home/config.fish @@ -5,6 +5,5 @@ end alias emacs="emacs --no-x-resources" set -x GEM_HOME "$HOME/.local/ruby" -set -x GEM_PATH "$HOME/.local/ruby/gems" set -x GOPATH "$HOME/.go" -set -x PATH $PATH /usr/local/go/bin $GOPATH/bin $HOME/.local/ruby/3.0/bin +set -x PATH $PATH /usr/local/go/bin $GOPATH/bin $HOME/.local/ruby/bin