diff --git a/neofetch b/neofetch index f8f4caf2..d99be44c 100755 --- a/neofetch +++ b/neofetch @@ -101,7 +101,7 @@ getmodel() { model="$(wmic computersystem get manufacturer,model /value)" model="${model/Manufacturer'='}" model="${model/Model'='}" - model="${model//To Be Filled*}" + model="${model//*To Be Filled*}" ;; "Solaris")