fix(zsh): disable beep and flow control

This commit is contained in:
Oscar Wallberg
2024-07-31 11:40:10 +02:00
parent 8ac6a321aa
commit 219fe1906a
+2
View File
@@ -9,7 +9,9 @@ _here="$(dirname -- "$(readlink -f -- "${HOME}/.zshrc")")"
setopt CORRECT
setopt INTERACTIVE_COMMENTS
unsetopt BEEP
unsetopt NOMATCH
unsetopt FLOW_CONTROL
# History
setopt BANG_HIST