diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-02-17 10:00:21 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-02-17 10:00:58 +0100 |
| commit | 04384bfaca59b7db6abf912b8d0be45d7698c772 (patch) | |
| tree | 266ec22a6b23d9792b49880aac116fc0641004e1 | |
| parent | 76fb24832bbb2dd786af6f9bb90ec3f578c7bf4c (diff) | |
| download | dotfiles-04384bfaca59b7db6abf912b8d0be45d7698c772.tar.gz dotfiles-04384bfaca59b7db6abf912b8d0be45d7698c772.zip | |
bash: disable XON/XOFF flow.
This only affects to MacOS X.
| -rw-r--r-- | bash_profile | 1 |
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 |
