punktdateien-bashrc/settings.d/better-completion.sh

7 lines
137 B
Bash
Raw Normal View History

2024-06-04 20:53:47 +02:00
#!/usr/bin/env bash
if [ "${CONFIG_BETTER_COMPLETION}" == "1" ]; then
bind 'set show-all-if-ambiguous on'
bind 'TAB:menu-complete'
fi