From 45ad3615aabe7e5faa224de88d3e21b159f4b89b Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 18 Jun 2020 13:28:53 +1000 Subject: [PATCH] Load a Homebrewed Ruby into the PATH, when one is present --- 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 e6ebf1b..3569b2e 100644 --- a/config/zsh/login/langs +++ b/config/zsh/login/langs @@ -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)