Update roles/home/zsh.nix

This commit is contained in:
Giulio De Pasquale 2025-03-10 13:48:40 +00:00
parent 6ad39dfd3b
commit a783b89cec

View File

@ -26,6 +26,8 @@ in
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/opt/ruby/bin:/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 ""}
recap() { aichat -f "$@" ;}
source ${commitFunctions}/bin/commits.sh source ${commitFunctions}/bin/commits.sh
''; '';
}; };