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

This commit is contained in:
punkfairie 2024-10-05 09:40:31 -07:00
parent 286bc07bab
commit cbde380d28
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -11,4 +11,6 @@ if command -v chezmoi &>/dev/null
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'
abbr -a czd --position command "chezmoi data | bat --language=json"
end