]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- added alias grep='grep --colour=auto' auto/ac/zsh-4_3_6-1
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Thu, 3 Apr 2008 08:43:51 +0000 (08:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zshrc -> 1.11

zshrc

diff --git a/zshrc b/zshrc
index fd2d37ec0d1f79e2421b2f147d91d42fd98d4804..d3c8a64ec01a96e1c8449afdcf36338660e95689 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -2,6 +2,7 @@
 
 alias which=whence
 alias cd='builtin cd'
+alias grep='grep --colour=auto'
 alias precmd=' precmd'
 
 # SYSTEM WIDE ALIASES ETC.
This page took 0.116551 seconds and 4 git commands to generate.