summaryrefslogtreecommitdiff
path: root/50_Aliases.zsh
diff options
context:
space:
mode:
authorhugues <hugues@a0e5b806-a6f9-0310-978d-cbce73f8a913>2007-07-20 14:59:23 +0000
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:14 +0100
commit476ded93b9fe26f4f94e9d30ae8118cccdeb8dde (patch)
treef5305513f3132092caa27c872148ec0510c3efc4 /50_Aliases.zsh
parentfa220d5662b04a41ab32609aaaef3424e028b0c7 (diff)
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
Diffstat (limited to '50_Aliases.zsh')
-rw-r--r--50_Aliases.zsh2
1 files changed, 1 insertions, 1 deletions
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'##