From d4e14fdf285677c3d5d132f7923fdd29062886bb Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Wed, 1 Feb 2012 21:22:45 +0100 Subject: [PATCH] Typo: grml_options -> grep_options Once more found by ChiCuong HA. 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 ec93bdf..055f519 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} -(( $#grml_options > 0 )) && alias grep='grep '${grml_options:+"${grml_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