From 383ba374f92322fc56e313e67b1bd4b4e2711a79 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Sat, 13 Jan 2024 21:12:24 -0600 Subject: disable bell --- zsh/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index 474d24f..43be609 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -26,4 +26,7 @@ setopt SHARE_HISTORY # Share history between zsh sessions # Input/output settings setopt INTERACTIVE_COMMENTS # Comments won't be interpreted in an interactive shell +# Disable bell +unsetopt BELL + zplugInitialize # Load zsh plugins using zplug; goes last -- cgit v1.2.3