Comment 9 for bug 219406

Revision history for this message
Peter Cordes (peter-cordes) wrote :

further update: comments for __ltrim_colon_completions() in /usr/share/bash-completion/bash_completion say you can

# Remove colon (:) from list of word completion separators
# COMP_WORDBREAKS=${COMP_WORDBREAKS//:}

in your .bashrc if you care more about completing names with : in them than about completing paths in :-separated lists, I guess.