comparison rc/bashrc @ 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
comparison
equal deleted inserted replaced
692:a04ba615362c 693:37a2470380f2
142 fi 142 fi
143 ;; 143 ;;
144 FreeBSD) 144 FreeBSD)
145 # Multi CPU awesomeness. 145 # Multi CPU awesomeness.
146 alias top="top -P" 146 alias top="top -P"
147 # FreeBSD grep is GNU grep 147 # FreeBSD grep isn't GNU grep but supports all of its commands
148 _has_gnu_grep=y 148 _has_gnu_grep=y
149 ;; 149 ;;
150 OpenBSD) 150 OpenBSD)
151 if command -v gls > /dev/null 2>&1; then 151 if command -v gls > /dev/null 2>&1; then
152 _has_gnu_ls=y 152 _has_gnu_ls=y