summaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc')
-rwxr-xr-xzsh/zshrc3
1 files changed, 3 insertions, 0 deletions
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