# HG changeset patch # User Edho Arief # Date 1360919898 -32400 # Node ID c3bfb45757e90f7b2b6ca4ed203596a0727e1eb1 # Parent a07ee25c6304b583b61cdeed51d28d3cdd28e982 FreeBSD grep is GNU grep. Well, up to 9.x. diff -r a07ee25c6304 -r c3bfb45757e9 rc/bashrc --- a/rc/bashrc Fri Feb 08 19:03:49 2013 +0900 +++ b/rc/bashrc Fri Feb 15 18:18:18 2013 +0900 @@ -135,6 +135,8 @@ alias man="man -o" # Multi CPU awesomeness. alias top="top -P" + # FreeBSD grep is GNU grep + _has_gnu_grep=y ;; OpenBSD) # GNU ls is broken in 5.2. Prioritize colorls instead.