From 66685a62c6486c016552451d971095f73057660d Mon Sep 17 00:00:00 2001 From: staticsafe Date: Tue, 10 Apr 2012 15:28:18 -0300 Subject: [PATCH] fixing a setopt --- .zsh/setopt.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zsh/setopt.zsh b/.zsh/setopt.zsh index 0b8c662..50a1907 100644 --- a/.zsh/setopt.zsh +++ b/.zsh/setopt.zsh @@ -12,5 +12,5 @@ setopt EXTENDED_HISTORY setopt EXTENDED_GLOB setopt AUTO_CD -# Turn off flow controll -unsetopt flowcontrol +# Turn off flow control +setopt noflowcontrol