From 8bc10008840ddac9574a42c26ecbaf867eacca63 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 20 Aug 2013 13:54:43 +1200 Subject: Turn off control character echo with stty --- bash/bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bash/bashrc') diff --git a/bash/bashrc b/bash/bashrc index 588d0258..9bb6d8b3 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -21,9 +21,9 @@ if command -v setterm &>/dev/null; then setterm -bfreq 0 fi -# Turn off annoying and useless flow control keys +# Turn off flow control and control character echo if command -v stty &>/dev/null; then - stty -ixon + stty -ixon -ctlecho fi # Use completion, if available -- cgit v1.2.3