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