8 lines
243 B
Bash
8 lines
243 B
Bash
# Always ignore case in bash completion
|
|
bind "set completion-ignore-case On"
|
|
bind "set completion-map-case On"
|
|
bind "set colored-completion-prefix On"
|
|
bind "set colored-stats On"
|
|
bind "set show-all-if-ambiguous On"
|
|
bind "set visible-stats On"
|