From 5f433e9ef61a841d4a8ef3853a0e129af16d70f8 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Wed, 1 Feb 2012 21:28:46 +0100 Subject: [PATCH] Fix broken quoting And again found by ChiCuong HA. Thanks, man. Signed-off-by: Frank Terbeck --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 055f519..bf40267 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2419,7 +2419,7 @@ check_com new || alias new=modified # use colors when GNU grep with color-support #a2# Execute \kbd{grep -{}-color=auto} -(( $#grep_options > 0 )) && alias grep='grep '${grep_options:+"${grep_options[*]} "}' +(( $#grep_options > 0 )) && alias grep='grep '${grep_options:+"${grep_options[*]} "} # Translate DE<=>EN # 'translate' looks up fot a word in a file with language-to-language -- 2.1.4