proxmox-backup/debian/pxar.bc

9 lines
281 B
Plaintext
Raw Normal View History

# pxar bash completion
2018-12-15 10:19:04 +00:00
# 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 'pxar bashcomplete' pxar