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