From d9a40c1a94df017e185c33b486fe405707297a7a Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Tue, 14 Jan 2025 12:07:25 +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 664bab7..b75cf2a 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=$PATH:/opt/homebrew/bin" else ""} + ${if pkgs.stdenv.isDarwin then "export PATH=/opt/homebrew/bin:/opt/homebrew/sbin:$PATH" else ""} source ${commitFunctions}/bin/commits.sh '';