From: Frank Terbeck Date: Wed, 30 Nov 2011 17:53:46 +0000 (+0100) Subject: zshrc: Remove GREP X-Git-Tag: v0.5.0~22 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=b7ebc8162d5d8d4cbb9bd3a17e63d531e0f09548 zshrc: Remove GREP Signed-off-by: Frank Terbeck --- diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index 6a1c706..a3854ec 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -798,9 +798,6 @@ grep-excuses(1)). : **grep** (//grep --color=auto//) Shows grep output in nice colors, if available. -: **GREP** (//grep -i --color=auto//) -Case insensitive grep with colored output. - : **grml-rebuildfstab** (//rebuildfstab -v -r -config//) Scans for new devices and updates /etc/fstab according to the findings. diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index f8b08af..7ad7ad9 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2434,8 +2434,6 @@ check_com new || alias new=modified # use colors when GNU grep with color-support #a2# Execute \kbd{grep -{}-color=auto} (grep --help 2>/dev/null |grep -- --color) >/dev/null && alias grep='grep --color=auto' -#a2# Execute \kbd{grep -i -{}-color=auto} -alias GREP='grep -i --color=auto' # Translate DE<=>EN # 'translate' looks up fot a word in a file with language-to-language