From fe156601dc7b3df8642640b057b1d6d7e086f88a Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Tue, 8 Apr 2014 22:57:13 +0200 Subject: Bash config: preexec paging hack: sdcv delimited w/ 2 spaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ...because otherwise, the pagination effectively prevents from choice in case of ambiguous entry -> only use double space if you are sure pagination is OK Signed-off-by: Jan Pokorný --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 02c7fe3..e08d951 100644 --- a/.bashrc +++ b/.bashrc @@ -148,7 +148,7 @@ diff\ *|\ find\ *|\ git\ ls-files|\ rpm\ *|\ -sdcv\ *|\ +sdcv\ \ *|\ yum\ list*|\ yum\ search*) _preexec_flag=1 -- cgit