From 9b950a044b37844e071545fbb649c0b373e525bb Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 30 Apr 2022 22:40:20 +0200 Subject: [PATCH] Zsh: Don't beep on completion --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index c71e79f..acaa34b 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -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