aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%
diff options
context:
space:
mode:
Diffstat (limited to '%HOME%')
-rw-r--r--%HOME%/.bashrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc
index abca721..5404fc9 100644
--- a/%HOME%/.bashrc
+++ b/%HOME%/.bashrc
@@ -69,3 +69,9 @@ if command -v vim > /dev/null 2>&1; then
elif command -v nano > /dev/null 2>&1; then
export EDITOR=nano
fi
+
+# I've bumped into this on Linux Mint: Ctrl+S causes my terminal to freeze
+# completely (Ctrl+Q is a temporary escape, stty is the cure).
+os_is_cygwin \
+ || command -v stty > /dev/null 2>&1 \
+ && stty -ixon