2018-12-11 11:54:10 +00:00
|
|
|
# pbs 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//:}
|
|
|
|
|
2018-12-12 06:58:07 +00:00
|
|
|
complete -C 'pbs bashcomplete' pbs
|