Move ^S/^Q control to .zshrc so no errors during xprofile.

This commit is contained in:
David Tomaschik
2015-09-23 17:21:08 -07:00
parent 343c9f6e30
commit 00771b2031
2 changed files with 1 additions and 5 deletions

View File

@@ -32,10 +32,6 @@ for p in "${EXTRA_PATHS[@]}" ; do
done
unset EXTRA_PATHS
# Disable stty ctrl-s/ctrl-q behavior
stty stop undef
stty start undef
# Setup GPG Agent
GPG_AGENT_INFO_PATH=$HOME/.gnupg/gpg-agent-info-`hostname`
if test -f $GPG_AGENT_INFO_PATH && kill -0 `cut -d: -f 2 $GPG_AGENT_INFO_PATH` 2>/dev/null ; then