ansible-role--bashrc/files/bashrc.d/70-util-grep.sh

10 lines
178 B
Bash
Raw Permalink Normal View History

2015-11-17 12:07:59 +01:00
#!/bin/sh
#export GREP_OPTIONS="--color"
#GREP_COLORS="ms=01;31:mc=01;31:sl=:cx=:fn=35:ln=32:bn=32:se=36"
#export GREP_COLORS
2015-11-18 00:57:38 +01:00
# disable deprecated variable
2021-12-31 13:00:04 +01:00
unset GREP_OPTIONS
2015-11-18 00:57:38 +01:00