aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc4
1 files changed, 2 insertions, 2 deletions
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