2024-04-14 18:41:15 -07:00
|
|
|
#!/usr/bin/env fish
|
|
|
|
|
|
|
|
abbr -a cz --position command chezmoi
|
|
|
|
abbr -a czap --position command "chezmoi apply"
|
|
|
|
abbr -a cza --position command "chezmoi add"
|
|
|
|
abbr -a czc --position command "chezmoi cd"
|
2024-04-18 18:05:00 -07:00
|
|
|
abbr -a cze --position command "chezmoi edit"
|
2024-04-21 14:06:07 -07:00
|
|
|
abbr -a czu --position command "chesmoi update"
|
2024-04-18 21:39:49 -07:00
|
|
|
|
2024-04-19 18:32:58 -07:00
|
|
|
abbr -a czcm --position command 'git c -m "$(chezmoi generate git-commit-message)"'
|