From 57f541e2f410d0dfbfa82c261036c4533977fdb3 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Wed, 31 Jul 2024 11:40:10 +0200 Subject: [PATCH] fix(zsh): disable beep and flow control --- zsh/rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/rc b/zsh/rc index 11c38ae..605d7d8 100644 --- a/zsh/rc +++ b/zsh/rc @@ -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