dotfiles.2022/_home/dot_sz.shrc.d/bash.post/99_chezmoi.completion

10 lines
377 B
Plaintext
Raw Normal View History

2022-09-29 22:29:13 +00:00
[[ -n "$BASH_COMPLETION_EXIST" && -n $(which-command chezmoi) ]] \
&& source <( \
chezmoi completion bash \
| add-alias-to-bash-completion-code chezmoi cz czx \
| add-alias-to-bash-completion-code chezmoi czx \
) \
&& complete -F _complete_alias czs \
&& complete -F _complete_alias czg \
&& complete -F _complete_alias czgs