summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-08-20 21:32:54 +0200
committerJan Pokorný <jpokorny@redhat.com>2014-08-20 21:32:54 +0200
commitd5a7d83c7390f311c123474e0cc44eff2b497136 (patch)
treed5f1aad4239eee90437303e91e708a56287686a5
parent3ee196ac6879d1da95607b1070b12561926b0b7b (diff)
downloaddotfiles-d5a7d83c7390f311c123474e0cc44eff2b497136.tar.gz
dotfiles-d5a7d83c7390f311c123474e0cc44eff2b497136.tar.xz
dotfiles-d5a7d83c7390f311c123474e0cc44eff2b497136.zip
Bash config: preexec paging hack for few other cmd patterns
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--.bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 0ce9e28..4ef95e0 100644
--- a/.bashrc
+++ b/.bashrc
@@ -193,12 +193,16 @@ preexec() {
|| { _preexec_flag=0; return 0; }
_postexec_flag=1
case "$1" in
+apropos\ *|\
colordiff\ *|\
diff\ *|\
find\ *|\
git\ ls-files|\
rpm\ *|\
sdcv\ \ *|\
+strings\ *|\
+svn\ diff*|\
+svn\ log*|\
yum\ check-update*|\
yum\ list*|\
yum\ search*)