From: Iain Patterson Date: Tue, 12 Jun 2007 13:13:21 +0000 (+0000) Subject: Added grep colour. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=8016c18a3e2f3d351970d7c78f35d91df38123b3 Added grep colour. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@49 6be0d1a5-5cfe-0310-89b6-964be062b18b --- diff --git a/.profile.d/aliases.bashrc b/.profile.d/aliases.bashrc index 9175ab0..56aad46 100644 --- a/.profile.d/aliases.bashrc +++ b/.profile.d/aliases.bashrc @@ -1,4 +1,5 @@ # $Id$ +alias grep='grep --color=auto' alias knh='kill_known_host' alias l='ls' alias ls='/bin/ls $LS_OPTIONS' diff --git a/.profile.d/variables.bashrc b/.profile.d/variables.bashrc index d1d7842..941ed1a 100644 --- a/.profile.d/variables.bashrc +++ b/.profile.d/variables.bashrc @@ -13,3 +13,4 @@ unset XMODIFIERS #:-( export SSHTERM="urxvt" export SSHTERM_TITLE="-title" export SSHTERM_EXEC="-e" +export GREP_COLOR='[0;33'