Add Gems installed using Homebrewed Ruby to path

This commit is contained in:
Danielle McLean 2022-01-25 10:35:04 +11:00
parent a169761a36
commit 09033f007a
Signed by: 00dani
GPG key ID: 9DDE1EDE01E3A605

View file

@ -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