diff options
Diffstat (limited to '')
-rw-r--r-- | bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -146,3 +146,7 @@ append_to_masterlist() { # Colors for ls - yellow directories # export LS_COLORS="$LS_COLORS:di=1;33" +# Install Ruby Gems to ~/gems +export GEM_HOME="$HOME/gems" +export PATH="$HOME/gems/bin:$PATH" +export PATH="$HOME/.local/share/gem/ruby/3.0.0/bin:$PATH" |