From b8017ef7831e17b823d2c9e7222a598db9598cab Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 12 Jul 2017 06:25:02 +0200 Subject: [PATCH] daily autocommit --- profile.d/fbrehm.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profile.d/fbrehm.sh b/profile.d/fbrehm.sh index 9508d55..829a755 100644 --- a/profile.d/fbrehm.sh +++ b/profile.d/fbrehm.sh @@ -12,6 +12,11 @@ HISTCONTROL=ignoredups:ignorespace # append to the history file, don't overwrite it shopt -s histappend +# coloring grep: +#export GREP_OPTIONS='--color=auto' +alias grep='grep --color=auto' +export GREP_COLOR='1;32' + # hold these special chars when piping to less export LESS="--RAW-CONTROL-CHARS" -- 2.39.5