diff options
-rw-r--r-- | lib/keyringer/completions/bash | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/keyringer/completions/bash b/lib/keyringer/completions/bash index 961e1d0..675364e 100644 --- a/lib/keyringer/completions/bash +++ b/lib/keyringer/completions/bash @@ -42,6 +42,9 @@ _keyringer() { esac fi + # Avoid annoying bell and extra tab + bind 'set show-all-if-ambiguous on' + # Return the available options COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) [[ $COMPREPLY == */ ]] && compopt -o nospace |