From 0f352357e138f85ecb12bb11329a5da81a3a94c1 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Fri, 12 Sep 2025 12:16:34 +0100 Subject: [PATCH] zsh: removed recap func --- roles/home/zsh.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/home/zsh.nix b/roles/home/zsh.nix index bdc75c8..73faad2 100644 --- a/roles/home/zsh.nix +++ b/roles/home/zsh.nix @@ -27,8 +27,6 @@ in ${if pkgs.stdenv.isDarwin then "export PATH=/opt/homebrew/opt/ruby/bin:/opt/homebrew/bin:/opt/homebrew/sbin:$PATH" else ""} export PATH=$PATH:$HOME/.local/bin - - recap() { aichat -f "$@" ;} source ${commitFunctions}/bin/commits.sh