From e590ddc10fbfe7b4ef5c5ffdcd33887989f97457 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 2 Oct 2016 11:58:28 +1100 Subject: [PATCH] Fix blank oem info on Windows --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 0c635162..f8f4caf2 100755 --- a/neofetch +++ b/neofetch @@ -101,6 +101,7 @@ getmodel() { model="$(wmic computersystem get manufacturer,model /value)" model="${model/Manufacturer'='}" model="${model/Model'='}" + model="${model//To Be Filled*}" ;; "Solaris")