From b18a36b3de23b70a51a6862ebe3c60947f371d42 Mon Sep 17 00:00:00 2001 From: Rawley <75388349+rawleyfowler@users.noreply.github.com> Date: Thu, 20 Oct 2022 17:09:17 -0600 Subject: [PATCH] Update .bashrc --- debian/home/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/home/.bashrc b/debian/home/.bashrc index 7043edd..086cb00 100644 --- a/debian/home/.bashrc +++ b/debian/home/.bashrc @@ -8,9 +8,11 @@ alias vi='nvim' GOPATH="$HOME/.go" GEM_HOME="$HOME/.gems" +GEM_PATH="$HOME/.gems" export GOPATH export GEM_HOME +export GEM_PATH [ -f ~/.fzf.bash ] && source ~/.fzf.bash [ -f /etc/profile.d/rvm.sh ] && source /etc/profile.d/rvm.sh