[completion] Don't beep on an ambiguous completion

Remove beep when completion is shown. We don't want that to sound like
an error.
This commit is contained in:
Eric Nielsen 2018-02-27 17:11:30 +01:00
parent cfdf36d76b
commit 017ff99851
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@ setopt PATH_DIRS
# Make globbing (filename generation) not sensitive to case.
unsetopt CASE_GLOB
# Don't beep on an ambiguous completion.
unsetopt LIST_BEEP
#
# completion module options