mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-05 20:56:03 +00:00
9 lines
288 B
Plaintext
9 lines
288 B
Plaintext
# vzdump bash completion
|
|
|
|
# see http://tiswww.case.edu/php/chet/bash/FAQ
|
|
# and __ltrim_colon_completions() in /usr/share/bash-completion/bash_completion
|
|
# this modifies global var, but I found no better way
|
|
COMP_WORDBREAKS=${COMP_WORDBREAKS//:}
|
|
|
|
complete -C 'vzdump bashcomplete' vzdump
|