From 1687255ce4144041f50187d0d4f21bc5cc246a0e Mon Sep 17 00:00:00 2001 From: Rawley Fowler <75388349+rawleyfowler@users.noreply.github.com> Date: Sat, 2 Jul 2022 06:22:51 -0600 Subject: [PATCH] Add local gem path --- openbsd/home/config.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbsd/home/config.fish b/openbsd/home/config.fish index a2257f5..dfea948 100644 --- a/openbsd/home/config.fish +++ b/openbsd/home/config.fish @@ -7,5 +7,7 @@ alias ruby="ruby30" alias rake="rake30" alias gem="gem30" +set -x GEM_HOME "$HOME/.local/ruby/3.0/gems" +set -x GEM_PATH "$HOME/.local/ruby/3.0/gems" set -x GOPATH "$HOME/.go" set -x PATH $PATH /usr/local/go/bin $GOPATH/bin $HOME/.local/share/gem/ruby/3.0/bin