# HG changeset patch # User Edho Arief # Date 1338802690 -25200 # Node ID 37e422bb903bd26cfd692bf02fbe9ac7945a0cf0 # Parent f615b9564fce0758b117c0921af94b001c7d3383 Grep in color for NetBSD/DragonFly. diff -r f615b9564fce -r 37e422bb903b rc/bashrc --- 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}"