]> Frank Brehm's Git Trees - config/lena/etc.git/commitdiff
daily autocommit
authorFrank Brehm <frank@brehm-online.com>
Wed, 12 Jul 2017 04:25:02 +0000 (06:25 +0200)
committerFrank Brehm <frank@brehm-online.com>
Wed, 12 Jul 2017 04:25:02 +0000 (06:25 +0200)
profile.d/fbrehm.sh

index 9508d5505da64a2c3bb501990a663ae4a5f324da..829a755e60127d60f79188ff472959f3591d1eb6 100644 (file)
@@ -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"