correctly install bash completion helpers
This commit is contained in:
8
debian/pxar.bc
vendored
Normal file
8
debian/pxar.bc
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
# pxar 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 'pxar bashcomplete' pxar
|
||||
Reference in New Issue
Block a user