aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rwxr-xr-x.profile8
1 files changed, 8 insertions, 0 deletions
diff --git a/.profile b/.profile
index 4b46f34..4de88c8 100755
--- a/.profile
+++ b/.profile
@@ -81,5 +81,13 @@ $HOME/.local/bin:\
$HOME/.luarocks/bin:\
$HOME/.dotnet/tools:\
$PATH"
+
+if [ -n "$(which gem)" ]
+then
+ GEM_HOME="$(gem env user_gemhome)"
+ export GEM_HOME
+ PATH="$PATH:$GEM_HOME/bin"
+fi
+
export PATH