summaryrefslogtreecommitdiff
path: root/50_Aliases.zsh
diff options
context:
space:
mode:
authorhugues <hugues@a0e5b806-a6f9-0310-978d-cbce73f8a913>2007-07-20 12:16:13 +0000
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:13 +0100
commitbc7d9062f14afdeee6834c2822447c203743377f (patch)
tree9a62f6e5d621e0deda776b3e3633ccb51deb5800 /50_Aliases.zsh
parent469ee055dbbfd706ecc10c8356844846e6d6a0ea (diff)
La meilleure conf du monde :o)
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@483 a0e5b806-a6f9-0310-978d-cbce73f8a913
Diffstat (limited to '50_Aliases.zsh')
-rw-r--r--50_Aliases.zsh3
1 files changed, 2 insertions, 1 deletions
diff --git a/50_Aliases.zsh b/50_Aliases.zsh
index a1ade60..728390f 100644
--- a/50_Aliases.zsh
+++ b/50_Aliases.zsh
@@ -41,7 +41,8 @@ normal_user && cmd_exists apt-get && a apt-get='sudo apt-get'
a rt='find -maxdepth 1 -type f \( -name "*~" -o -name ".*~" -o -name "#*#" -o -name ".*.swp" \) -exec rm -vf \{\} \;'
a RT='find -type f \( -name "*~" -o -name ".*~" -o -name "#*#" -o -name ".*.swp" \) -exec rm -vf \{\} \;'
-a eg=egrep
+a grep='grep --color=auto'
+a eg='egrep --color=auto'
a hg='< $HISTFILE cat -n | grep'
##'hc' stands for something like 'fc' and 'hg'##