5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-02-02 09:47:16 +03:00

9 lines
281 B
Plaintext
Raw Normal View History

# pxar bash completion
2018-12-15 11:19:04 +01: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