From f235fb2660d86401cf320644d3b77c7d76f08ba3 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Mon, 26 May 2014 13:21:14 -0700 Subject: [PATCH] Disable stty start/stop. --- profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profile b/profile index 9ff4316..06e6dba 100644 --- a/profile +++ b/profile @@ -27,6 +27,10 @@ if [ -d $HOME/.gce/google-cloud-sdk/bin ] ; then export PATH="$PATH:$HOME/.gce/google-cloud-sdk/bin" fi +# 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