zshrc: Add a trailing space to the power abbreviation regarding grep(1)
[grml-etc-core.git] / 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'