fix(zsh): disable beep and flow control
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user