From 7a2ac84649f6df108a2623039426201313fc8a18 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Tue, 14 Jan 2025 12:15:13 +0000 Subject: [PATCH] Update roles/home/zsh.nix --- roles/home/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '';