Update roles/home/zsh.nix

This commit is contained in:
Giulio De Pasquale 2025-01-14 12:07:25 +00:00
parent 07a4a7e0be
commit d9a40c1a94

View File

@ -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
'';