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

This commit is contained in:
punkfairie 2024-04-21 16:16:23 -07:00
parent 620b5b6d02
commit 2ec040d464
No known key found for this signature in database
GPG key ID: 1B492EAEA989C054

View file

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