]> git.rmz.io Git - dotfiles.git/commitdiff
zsh: disable flowcontrol
authorSamir Benmendil <samir.benmendil@gmail.com>
Tue, 27 Jan 2015 21:59:22 +0000 (21:59 +0000)
committerSamir Benmendil <samir.benmendil@gmail.com>
Tue, 27 Jan 2015 21:59:22 +0000 (21:59 +0000)
zshrc

diff --git a/zshrc b/zshrc
index a25e6fb27b4ad98e93a4418b9756f665cf04d7ba..e6126f22c2ff7b6c66179bb24a42e624d673ab17 100644 (file)
--- 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)