adding a new unsetopt.
This commit is contained in:
parent
7bbee8c8a7
commit
ddc7fbb061
|
@ -11,3 +11,6 @@ setopt APPEND_HISTORY
|
||||||
setopt EXTENDED_HISTORY
|
setopt EXTENDED_HISTORY
|
||||||
setopt EXTENDED_GLOB
|
setopt EXTENDED_GLOB
|
||||||
setopt AUTO_CD
|
setopt AUTO_CD
|
||||||
|
|
||||||
|
# Turn off flow controll
|
||||||
|
unsetopt flowcontrol
|
||||||
|
|
Loading…
Reference in New Issue