From bd9d641b09ecad8eeee109d0358c4fbc4ef56c90 Mon Sep 17 00:00:00 2001 From: Rawley Fowler <75388349+rawleyfowler@users.noreply.github.com> Date: Sat, 2 Jul 2022 07:11:13 -0600 Subject: [PATCH] Fix ruby gem path --- 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 d14ec86..8e327b2 100644 --- a/openbsd/home/config.fish +++ b/openbsd/home/config.fish @@ -5,6 +5,6 @@ end alias emacs="emacs --no-x-resources" set -x GEM_HOME "$HOME/.local/ruby" -set -x GEM_PATH "$HOME/.local/ruby/3.0" +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