Load a Homebrewed Ruby into the PATH, when one is present
This commit is contained in:
parent
c924183b37
commit
45ad3615aa
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ if (( $+commands[rock] )); then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ruby
|
# ruby
|
||||||
newbins+=(~/.gem/ruby/*/bin(N))
|
newbins+=(~/.gem/ruby/*/bin(N) /usr/local/opt/ruby/bin)
|
||||||
|
|
||||||
# rust
|
# rust
|
||||||
newbins+=(~/.cargo/bin)
|
newbins+=(~/.cargo/bin)
|
||||||
|
|
Loading…
Reference in a new issue