From: Samir Benmendil Date: Tue, 27 Jan 2015 21:59:22 +0000 (+0000) Subject: zsh: disable flowcontrol X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/bc2d1837a7cce665b59d64fa5e2e218dfaee3e85 zsh: disable flowcontrol --- 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)