From 04d09b1a53f1536ea21d0a97044f82d9c737d89f Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Mon, 22 Apr 2024 19:37:14 -0700 Subject: [PATCH] Update .config/fish/conf.d/30-chezmoi.fish --- dot_config/fish/conf.d/30-chezmoi.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/fish/conf.d/30-chezmoi.fish b/dot_config/fish/conf.d/30-chezmoi.fish index 5dde6c5..3ea2e97 100644 --- a/dot_config/fish/conf.d/30-chezmoi.fish +++ b/dot_config/fish/conf.d/30-chezmoi.fish @@ -7,4 +7,6 @@ abbr -a czc --position command "chezmoi cd" abbr -a cze --position command "chezmoi edit" abbr -a czu --position command "chezmoi update" +abbr -a czct --position command "chezmoi chattr +t" + abbr -a czcm --position command 'git aa && git c -m "$(chezmoi generate git-commit-message)" && git p'