From 04384bfaca59b7db6abf912b8d0be45d7698c772 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Mon, 17 Feb 2014 10:00:21 +0100 Subject: bash: disable XON/XOFF flow. This only affects to MacOS X. --- bash_profile | 1 + 1 file changed, 1 insertion(+) (limited to 'bash_profile') 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 -- cgit v1.2.3