1
0
Fork 0

Zsh: Don't beep on completion

This commit is contained in:
tastytea 2022-04-30 22:40:20 +02:00
parent e2c20b9b46
commit 9b950a044b
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -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