zshrc: Add a trailing space to the power abbreviation regarding grep(1)
authorAlexander Steinböck <z3ttacht@grml.org>
Tue, 10 Mar 2009 13:30:37 +0000 (14:30 +0100)
committerFrank Terbeck <ft@bewatermyfriend.org>
Sun, 22 Mar 2009 13:20:47 +0000 (14:20 +0100)
This way, the user doesn't need to type an extra space when giving following
arguments and search pattern.

etc/zsh/zshrc

index 3dffc29..d50493b 100644 (file)
@@ -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'