From 8016c18a3e2f3d351970d7c78f35d91df38123b3 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Tue, 12 Jun 2007 13:13:21 +0000 Subject: [PATCH] Added grep colour. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@49 6be0d1a5-5cfe-0310-89b6-964be062b18b --- .profile.d/aliases.bashrc | 1 + .profile.d/variables.bashrc | 1 + 2 files changed, 2 insertions(+) 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' -- 2.20.1