> As a simple example, in bash if you use tab completion and there are multiple options, pressing tab again just reminds you that there are multiple options accompanied by a passive aggressive beep
This should fix it in bash:
bind '"\t":menu-complete'
This should fix it in bash: bind '"\t":menu-complete'