From 7435484c8a11f34b5a5178bf7b765a76cb0f0711 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sun, 21 Apr 2024 14:06:07 -0700 Subject: [PATCH] Update .config/fish/conf.d/30-chezmoi.fish --- dot_config/fish/conf.d/30-chezmoi.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_config/fish/conf.d/30-chezmoi.fish b/dot_config/fish/conf.d/30-chezmoi.fish index 6b923ad..cd92c1e 100644 --- a/dot_config/fish/conf.d/30-chezmoi.fish +++ b/dot_config/fish/conf.d/30-chezmoi.fish @@ -5,5 +5,6 @@ abbr -a czap --position command "chezmoi apply" abbr -a cza --position command "chezmoi add" abbr -a czc --position command "chezmoi cd" abbr -a cze --position command "chezmoi edit" +abbr -a czu --position command "chesmoi update" abbr -a czcm --position command 'git c -m "$(chezmoi generate git-commit-message)"'