From: Frank Terbeck Date: Wed, 1 Feb 2012 20:22:45 +0000 (+0100) Subject: Typo: grml_options -> grep_options X-Git-Tag: v0.6.0~10 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=d4e14fdf285677c3d5d132f7923fdd29062886bb Typo: grml_options -> grep_options Once more found by ChiCuong HA. Signed-off-by: Frank Terbeck --- 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