diff --git a/neofetch b/neofetch index dd560270..398a0735 100755 --- a/neofetch +++ b/neofetch @@ -84,6 +84,10 @@ getmodel() { esac ;; + "BSD") + model="$(sysctl -n hw.vendor hw.product 2>/dev/null)" + ;; + "Windows") model="$(wmic computersystem get manufacturer,model /value)" model="${model/Manufacturer'='}"