diff --git a/.bashrc b/.bashrc index 594d827..6935c64 100644 --- a/.bashrc +++ b/.bashrc @@ -218,3 +218,6 @@ export PATH="$HOME/.cargo/bin:$PATH" export PATH="$HOME/.local/bin:$PATH": export EDITOR='vim' +# Install Ruby Gems to ~/gems +export GEM_HOME="$HOME/gems" +export PATH="$HOME/gems/bin:$PATH"