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

2 lines
150 B
Plaintext
Raw Normal View History

2022-08-04 02:43:35 +00:00
[[ -n "$BASH_COMPLETION_EXIST" && -n $(which-command chezmoi) ]] && source <(chezmoi completion bash | add-alias-to-bash-completion-code chezmoi cz )