diff options
author | Matthew Lemon <y@yulqen.org> | 2023-04-18 17:01:52 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-04-18 17:01:52 +0100 |
commit | b43a6b4a28d0c564d7e663cd43b9ee73a0b110fd (patch) | |
tree | 74917d26cba5387fb2950e7fbc8e9f21b49af907 | |
parent | cd1ca2c0fd1d151f8495182e8ce9fded76bf662a (diff) |
Adds gem and ruby binary PATH config
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" |