From 085d3dd1d78c20267168558afb63b6520cc715b0 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Sat, 5 Nov 2022 16:32:53 +0000 Subject: [PATCH] Update dotfiles/.profile --- dotfiles/.profile | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/.profile b/dotfiles/.profile index 6bb64a55..efc45b26 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -272,6 +272,7 @@ export RIPGREP_CONFIG_PATH="$HOME/.config/ripgreprc" ### Ruby export GEM_HOME="$HOME/.local/gems" +export PATH="$PATH:$GEM_HOME/bin" ### Volta export VOLTA_HOME="$HOME/.local/volta"