SOURCES: bashrc - added alias grep='grep --colour=auto'
paszczus
paszczus at pld-linux.org
Thu Apr 3 10:27:51 CEST 2008
Author: paszczus Date: Thu Apr 3 08:27:51 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- added alias grep='grep --colour=auto'
---- Files affected:
SOURCES:
bashrc (1.29 -> 1.30)
---- Diffs:
================================================================
Index: SOURCES/bashrc
diff -u SOURCES/bashrc:1.29 SOURCES/bashrc:1.30
--- SOURCES/bashrc:1.29 Fri Dec 30 01:34:02 2005
+++ SOURCES/bashrc Thu Apr 3 10:27:46 2008
@@ -21,6 +21,7 @@
esac
PS1="[\u@\h \W]\\$ "
+alias grep="grep --colour=auto"
alias which="type -p"
# SYSTEM WIDE ALIASES ETC.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/bashrc?r1=1.29&r2=1.30&f=u
More information about the pld-cvs-commit
mailing list