diff --git a/data/etc/profile.d/colorgrep.sh b/data/etc/profile.d/colorgrep.sh new file mode 100644 index 0000000000..ada2d65092 --- /dev/null +++ b/data/etc/profile.d/colorgrep.sh @@ -0,0 +1,3 @@ +alias egrep='egrep --color=auto' +alias fgrep='fgrep --color=auto' +alias grep='grep --color=auto'