Zsh: Don't beep on completion
This commit is contained in:
parent
e2c20b9b46
commit
9b950a044b
@ -6,7 +6,7 @@ function() # Keep local variables in here.
|
||||
zmodload zsh/complist
|
||||
autoload -Uz compinit && compinit -d ${ZSH_CACHE_DIR}/zcompdump
|
||||
|
||||
setopt ALWAYS_TO_END COMPLETE_IN_WORD GLOB_COMPLETE LIST_PACKED
|
||||
setopt ALWAYS_TO_END COMPLETE_IN_WORD GLOB_COMPLETE LIST_PACKED NO_LIST_BEEP
|
||||
|
||||
zmodload zsh/zutil
|
||||
zmodload zsh/complist
|
||||
|
Loading…
x
Reference in New Issue
Block a user