1
0
Fork 0
mirror of synced 2024-06-01 06:41:12 -04:00

[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 1779321e7a
commit aa5be9899d

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