From 2ec040d4649015d4d8712f9f6ad6d693a1e69d93 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sun, 21 Apr 2024 16:16:23 -0700 Subject: [PATCH] Update .config/fish/conf.d/30-chezmoi.fish --- dot_config/fish/conf.d/30-chezmoi.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/fish/conf.d/30-chezmoi.fish b/dot_config/fish/conf.d/30-chezmoi.fish index aa0d90f..5dde6c5 100644 --- a/dot_config/fish/conf.d/30-chezmoi.fish +++ b/dot_config/fish/conf.d/30-chezmoi.fish @@ -7,4 +7,4 @@ abbr -a czc --position command "chezmoi cd" abbr -a cze --position command "chezmoi edit" abbr -a czu --position command "chezmoi update" -abbr -a czcm --position command 'git c -m "$(chezmoi generate git-commit-message)"' +abbr -a czcm --position command 'git aa && git c -m "$(chezmoi generate git-commit-message)" && git p'