]> git.pld-linux.org Git - packages/bash.git/commitdiff
- added alias grep='grep --colour=auto'
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Thu, 3 Apr 2008 08:27:46 +0000 (08:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bashrc -> 1.30

bashrc

diff --git a/bashrc b/bashrc
index d6a2ecc63f404bc5401e5a198bafcece54ab9ad8..5526e8f8060e966ff3cd410626be4593aa9369d1 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -21,6 +21,7 @@ case $TERM in
 esac
 PS1="[\u@\h \W]\\$ "
 
+alias grep="grep --colour=auto"
 alias which="type -p"
 
 # SYSTEM WIDE ALIASES ETC.
This page took 0.058052 seconds and 4 git commands to generate.