diff --git a/roles/home/zsh.nix b/roles/home/zsh.nix index b75cf2a..842b03c 100644 --- a/roles/home/zsh.nix +++ b/roles/home/zsh.nix @@ -24,7 +24,7 @@ in any-nix-shell zsh --info-right | source /dev/stdin source ${pkgs.nix-index}/etc/profile.d/command-not-found.sh - ${if pkgs.stdenv.isDarwin then "export PATH=/opt/homebrew/bin:/opt/homebrew/sbin:$PATH" else ""} + ${if pkgs.stdenv.isDarwin then "export PATH=/opt/homebrew/opt/ruby/bin:/opt/homebrew/bin:/opt/homebrew/sbin:$PATH" else ""} source ${commitFunctions}/bin/commits.sh '';