From: Alexander Steinböck Date: Tue, 10 Mar 2009 13:30:37 +0000 (+0100) Subject: zshrc: Add a trailing space to the power abbreviation regarding grep(1) X-Git-Tag: v0.3.65~6 X-Git-Url: https://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=a98d735871694ee8d3efe07fbd4e0d8279e2d302 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. --- 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'