aboutsummaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 64226f9..2716a10 100644
--- a/bashrc
+++ b/bashrc
@@ -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"