6 lines
137 B
Bash
6 lines
137 B
Bash
#!/usr/bin/env bash
|
|
|
|
if [ "${CONFIG_BETTER_COMPLETION}" == "1" ]; then
|
|
bind 'set show-all-if-ambiguous on'
|
|
bind 'TAB:menu-complete'
|
|
fi
|