diff options
Diffstat (limited to '.profile')
-rwxr-xr-x | .profile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |