diff --git a/dot_config/fish/conf.d/30-chezmoi.fish b/dot_config/fish/conf.d/30-chezmoi.fish index cd92c1e..aa0d90f 100644 --- a/dot_config/fish/conf.d/30-chezmoi.fish +++ b/dot_config/fish/conf.d/30-chezmoi.fish @@ -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)"'