mirror of
https://git.proxmox.com/git/proxmox-offline-mirror
synced 2025-04-28 15:24:24 +00:00
9 lines
312 B
Plaintext
9 lines
312 B
Plaintext
# proxmox-apt-repo 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 'proxmox-apt-repo bashcomplete' proxmox-apt-repo
|