Push improvements form the PQB work
This commit is contained in:
parent
f3323b159b
commit
1e3c60630e
68 changed files with 409 additions and 219 deletions
13
_home/dot_sz.shrc.d/bash.post/99_chezmoi.completion
Normal file
13
_home/dot_sz.shrc.d/bash.post/99_chezmoi.completion
Normal file
|
@ -0,0 +1,13 @@
|
|||
[[ -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 \
|
||||
) \
|
||||
echo done.
|
||||
# && if [[ $(type -t compopt) = "builtin" ]]; then
|
||||
# complete -o default -F __git_complete czg
|
||||
# else
|
||||
# complete -o default -o nospace -F __git_complete czg
|
||||
# fi
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue