[zshrc] Prevent ctrl-S from locking the terminal

This commit is contained in:
lhark 2018-04-01 01:06:12 -04:00
parent 9ecb18e93f
commit 36f44fc65c

3
zshrc
View file

@ -60,6 +60,9 @@ case $TERM in
;;
esac
# Prevent CTRL-S from locking the terminal
stty -ixon
###############
# ZSH options #