6 lines
196 B
Fish
6 lines
196 B
Fish
#!/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"
|