diff --git a/zshrc b/zshrc index c2feaa9..68ac653 100644 --- a/zshrc +++ b/zshrc @@ -18,6 +18,9 @@ zstyle ':vcs_info:*' enable git # Specify how it should be formatted zstyle ':vcs_info:*' formats '%b' +# Disable beeping on errors +unsetopt BEEP + # Make cd push the old directory onto the directory stack setopt AUTO_PUSHD