changeset 367:37e422bb903b

Grep in color for NetBSD/DragonFly.
author Edho Arief <edho@myconan.net>
date Mon, 04 Jun 2012 16:38:10 +0700
parents f615b9564fce
children f26bc3818bf8
files rc/bashrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rc/bashrc	Mon Jun 04 16:32:59 2012 +0700
+++ b/rc/bashrc	Mon Jun 04 16:38:10 2012 +0700
@@ -110,6 +110,7 @@
     elif command -v colorls > /dev/null 2>&1; then
       alias ls="colorls -F"
     fi
+    alias grep='grep --color=auto'
   ;;
   CYGWIN*)
     export PATH="${PATH}:${_org_path}"