Update .config/fish/conf.d/30-chezmoi.fish

This commit is contained in:
punkfairie 2024-04-22 19:37:14 -07:00
parent af6486f9fc
commit 04d09b1a53
No known key found for this signature in database
GPG key ID: 284B78B49C058673

View file

@ -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'