From bc2d1837a7cce665b59d64fa5e2e218dfaee3e85 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 27 Jan 2015 21:59:22 +0000 Subject: [PATCH] zsh: disable flowcontrol --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zshrc b/zshrc index a25e6fb..e6126f2 100644 --- a/zshrc +++ b/zshrc @@ -31,6 +31,10 @@ setopt notify setopt rcquotes # echo 'don''t'; prints don't setopt dvorak # correct_all uses dvorak +# disable flow control +setopt noflowcontrol +stty -ixon + # populate path typeset -U path # make path a unique array [[ -d ~/.local/bin ]] && path=(~/.local/bin $path) -- 2.48.1