diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2024-01-13 21:12:24 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2024-01-13 21:12:24 -0600 |
commit | 383ba374f92322fc56e313e67b1bd4b4e2711a79 (patch) | |
tree | cb1ad2e9b16b9136d5c29b5a67cbc9f7a2496d48 | |
parent | ad081ca8b6253f049e29480d5b4b33f00a9c626f (diff) | |
download | dotconfig-383ba374f92322fc56e313e67b1bd4b4e2711a79.tar.xz dotconfig-383ba374f92322fc56e313e67b1bd4b4e2711a79.zip |
disable bell
-rwxr-xr-x | zsh/zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |