zsh: removed recap func

This commit is contained in:
Giulio De Pasquale 2025-09-12 12:16:34 +01:00
parent 6a804dded9
commit 0f352357e1

View File

@ -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 ""} ${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 export PATH=$PATH:$HOME/.local/bin
recap() { aichat -f "$@" ;}
source ${commitFunctions}/bin/commits.sh source ${commitFunctions}/bin/commits.sh