[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:
parent
cfdf36d76b
commit
017ff99851
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue