aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-02-17 10:00:21 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-02-17 10:00:58 +0100
commit04384bfaca59b7db6abf912b8d0be45d7698c772 (patch)
tree266ec22a6b23d9792b49880aac116fc0641004e1
parent76fb24832bbb2dd786af6f9bb90ec3f578c7bf4c (diff)
downloaddotfiles-04384bfaca59b7db6abf912b8d0be45d7698c772.tar.gz
dotfiles-04384bfaca59b7db6abf912b8d0be45d7698c772.zip
bash: disable XON/XOFF flow.
This only affects to MacOS X.
-rw-r--r--bash_profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash_profile b/bash_profile
index ed80112..5bc00ed 100644
--- a/bash_profile
+++ b/bash_profile
@@ -1,2 +1,3 @@
[[ -s ~/.bashrc ]] && source ~/.bashrc
+stty -ixon -ixoff