Load a Homebrewed Ruby into the PATH, when one is present

This commit is contained in:
Danielle McLean 2020-06-18 13:28:53 +10:00
parent c924183b37
commit 45ad3615aa
Signed by: 00dani
GPG key ID: 9DDE1EDE01E3A605

View file

@ -18,7 +18,7 @@ if (( $+commands[rock] )); then
fi
# ruby
newbins+=(~/.gem/ruby/*/bin(N))
newbins+=(~/.gem/ruby/*/bin(N) /usr/local/opt/ruby/bin)
# rust
newbins+=(~/.cargo/bin)