diff --git a/fetch b/fetch index c9feea5a..4455cf73 100755 --- a/fetch +++ b/fetch @@ -552,7 +552,7 @@ getcpu () { cpu="$(sysctl -n machdep.cpu.brand_string)" ;; - *"BSD") + "OpenBSD") cpu="$(sysctl -n hw.model)" cpu=${cpu/ @*/} cpu=${cpu// /} @@ -565,6 +565,10 @@ getcpu () { cpu="$cpu @ ${speed}GHz" ;; + *"BSD") + cpu="$(sysctl -n hw.model)" + ;; + "Windows") # Get cpu name cpu="$(grep -F 'model name' /proc/cpuinfo)"