From 0ea04cc99f38f5511d5677b7507198ce74012b92 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Sat, 14 Jan 2017 13:58:34 +0700 Subject: [PATCH] Model: Strip out more OEM info Source: https://redd.it/5nvb8z/ --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 0ff17521..0368ee1a 100755 --- a/neofetch +++ b/neofetch @@ -294,6 +294,7 @@ get_model() { model="${model//Undefined}" model="${model//Default string}" model="${model//Not Specified}" + model="${model//Type1ProductConfigId}" } get_title() {