summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2024-01-13 21:13:58 -0600
committerTimmy Keller <tjk@tjkeller.xyz>2024-01-13 21:13:58 -0600
commit7af80137e65daf4a83d4a72fb75f206bdbfb150f (patch)
tree5d067d48610b864f29345d9d40a3ff934294fb79
parent383ba374f92322fc56e313e67b1bd4b4e2711a79 (diff)
downloaddotconfig-7af80137e65daf4a83d4a72fb75f206bdbfb150f.tar.xz
dotconfig-7af80137e65daf4a83d4a72fb75f206bdbfb150f.zip
fix unsetopt for beep
-rwxr-xr-xzsh/zshrc2
1 files changed, 1 insertions, 1 deletions
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