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'