From a98d735871694ee8d3efe07fbd4e0d8279e2d302 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20Steinb=C3=B6ck?= Date: Tue, 10 Mar 2009 14:30:37 +0100 Subject: [PATCH] zshrc: Add a trailing space to the power abbreviation regarding grep(1) This way, the user doesn't need to type an extra space when giving following arguments and search pattern. --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 3dffc29..d50493b 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -789,7 +789,7 @@ abk=( '....' '../../..' 'BG' '& exit' 'C' '| wc -l' - 'G' '|& grep --color=auto' + 'G' '|& grep --color=auto ' 'H' '| head' 'Hl' ' --help |& less -r' #d (Display help in pager) 'L' '| less' -- 2.1.4