From a783b89cec05b990a2da40df51b28b0e1ac35527 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Mon, 10 Mar 2025 13:48:40 +0000 Subject: [PATCH] Update roles/home/zsh.nix --- roles/home/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/home/zsh.nix b/roles/home/zsh.nix index 842b03c..f930589 100644 --- a/roles/home/zsh.nix +++ b/roles/home/zsh.nix @@ -26,6 +26,8 @@ in 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 ""} + recap() { aichat -f "$@" ;} + source ${commitFunctions}/bin/commits.sh ''; };