From 476ded93b9fe26f4f94e9d30ae8118cccdeb8dde Mon Sep 17 00:00:00 2001 From: hugues Date: Fri, 20 Jul 2007 14:59:23 +0000 Subject: egrep instead of eg and then egrep is colorized too :) git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@490 a0e5b806-a6f9-0310-978d-cbce73f8a913 --- 50_Aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '50_Aliases.zsh') diff --git a/50_Aliases.zsh b/50_Aliases.zsh index 728390f..340a54c 100644 --- a/50_Aliases.zsh +++ b/50_Aliases.zsh @@ -42,7 +42,7 @@ a rt='find -maxdepth 1 -type f \( -name "*~" -o -name ".*~" -o -name "#*#" -o -n a RT='find -type f \( -name "*~" -o -name ".*~" -o -name "#*#" -o -name ".*.swp" \) -exec rm -vf \{\} \;' a grep='grep --color=auto' -a eg='egrep --color=auto' +a egrep='egrep --color=auto' a hg='< $HISTFILE cat -n | grep' ##'hc' stands for something like 'fc' and 'hg'## -- cgit v1.2.3