Update roles/home/zsh.nix

This commit is contained in:
Giulio De Pasquale 2025-01-14 12:15:13 +00:00
parent d9a40c1a94
commit 7a2ac84649

View File

@ -24,7 +24,7 @@ in
any-nix-shell zsh --info-right | source /dev/stdin any-nix-shell zsh --info-right | source /dev/stdin
source ${pkgs.nix-index}/etc/profile.d/command-not-found.sh 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 source ${commitFunctions}/bin/commits.sh
''; '';