From ddc7fbb061d0e16cd0705cabd548774dc077288d Mon Sep 17 00:00:00 2001 From: staticsafe Date: Thu, 22 Mar 2012 17:17:29 -0400 Subject: [PATCH] adding a new unsetopt. --- .zsh/setopt.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zsh/setopt.zsh b/.zsh/setopt.zsh index 5d31b72..0b8c662 100644 --- a/.zsh/setopt.zsh +++ b/.zsh/setopt.zsh @@ -11,3 +11,6 @@ setopt APPEND_HISTORY setopt EXTENDED_HISTORY setopt EXTENDED_GLOB setopt AUTO_CD + +# Turn off flow controll +unsetopt flowcontrol