From 09033f007a744f45bf12c98ca5db0c173084630b Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Tue, 25 Jan 2022 10:35:04 +1100 Subject: [PATCH] Add Gems installed using Homebrewed Ruby to path --- config/zsh/login/langs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/zsh/login/langs b/config/zsh/login/langs index b7a208c..22af726 100644 --- a/config/zsh/login/langs +++ b/config/zsh/login/langs @@ -22,7 +22,7 @@ if (( $+commands[rock] )); then fi # ruby -newbins+=(~/.gem/ruby/*/bin(N) /usr/local/opt/ruby/bin) +newbins+=(~/.gem/ruby/*/bin(N) /usr/local/opt/ruby/bin /usr/local/lib/ruby/gems/*/bin(N)) # rust export CARGO_HOME=$XDG_DATA_HOME/cargo