Add Gems installed using Homebrewed Ruby to path
This commit is contained in:
parent
a169761a36
commit
09033f007a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue