changeset 693:37a2470380f2

[bashrc] Fix comment about freebsd grep
author nanaya <me@nanaya.pro>
date Sun, 23 Oct 2022 01:56:54 +0900
parents a04ba615362c
children 92c1a021e8a1
files rc/bashrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rc/bashrc	Sun Oct 23 01:56:26 2022 +0900
+++ b/rc/bashrc	Sun Oct 23 01:56:54 2022 +0900
@@ -144,7 +144,7 @@
   FreeBSD)
     # Multi CPU awesomeness.
     alias top="top -P"
-    # FreeBSD grep is GNU grep
+    # FreeBSD grep isn't GNU grep but supports all of its commands
     _has_gnu_grep=y
   ;;
   OpenBSD)