summaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc')
-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