fix (zshrc): disable beeping on error events

This commit is contained in:
eeemsi 2023-02-03 10:42:47 +01:00
parent b023b1a049
commit 8dd42a8c0d
1 changed files with 3 additions and 0 deletions

3
zshrc
View File

@ -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