fix(zsh): disable beep and flow control

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