Added grep colour.
authorIain Patterson <me@iain.cx>
Tue, 12 Jun 2007 13:13:21 +0000 (13:13 +0000)
committerIain Patterson <me@iain.cx>
Tue, 12 Jun 2007 13:13:21 +0000 (13:13 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@49 6be0d1a5-5cfe-0310-89b6-964be062b18b

.profile.d/aliases.bashrc
.profile.d/variables.bashrc

index 9175ab0..56aad46 100644 (file)
@@ -1,4 +1,5 @@
 # $Id$
+alias grep='grep --color=auto'
 alias knh='kill_known_host'
 alias l='ls'
 alias ls='/bin/ls $LS_OPTIONS'
index d1d7842..941ed1a 100644 (file)
@@ -13,3 +13,4 @@ unset XMODIFIERS #:-(
 export SSHTERM="urxvt"
 export SSHTERM_TITLE="-title"
 export SSHTERM_EXEC="-e"
+export GREP_COLOR='\e[0;33'