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

This commit is contained in:
punkfairie 2024-04-21 14:24:40 -07:00
parent afdfa3f114
commit 1452fa7a5d
No known key found for this signature in database
GPG key ID: 1B492EAEA989C054

View file

@ -5,6 +5,6 @@ abbr -a czap --position command "chezmoi apply"
abbr -a cza --position command "chezmoi add"
abbr -a czc --position command "chezmoi cd"
abbr -a cze --position command "chezmoi edit"
abbr -a czu --position command "chesmoi update"
abbr -a czu --position command "chezmoi update"
abbr -a czcm --position command 'git c -m "$(chezmoi generate git-commit-message)"'