From 7af80137e65daf4a83d4a72fb75f206bdbfb150f Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Sat, 13 Jan 2024 21:13:58 -0600 Subject: fix unsetopt for beep --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 43be609..532c795 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -27,6 +27,6 @@ setopt SHARE_HISTORY # Share history between zsh sessions setopt INTERACTIVE_COMMENTS # Comments won't be interpreted in an interactive shell # Disable bell -unsetopt BELL +unsetopt BEEP zplugInitialize # Load zsh plugins using zplug; goes last -- cgit v1.2.3