fix (zshrc): disable beeping on error events
This commit is contained in:
parent
b023b1a049
commit
8dd42a8c0d
3
zshrc
3
zshrc
@ -18,6 +18,9 @@ zstyle ':vcs_info:*' enable git
|
|||||||
# Specify how it should be formatted
|
# Specify how it should be formatted
|
||||||
zstyle ':vcs_info:*' formats '%b'
|
zstyle ':vcs_info:*' formats '%b'
|
||||||
|
|
||||||
|
# Disable beeping on errors
|
||||||
|
unsetopt BEEP
|
||||||
|
|
||||||
# Make cd push the old directory onto the directory stack
|
# Make cd push the old directory onto the directory stack
|
||||||
setopt AUTO_PUSHD
|
setopt AUTO_PUSHD
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user