From 7dc4b4120c377f57eb9851f4a715122bc2a23a1b Mon Sep 17 00:00:00 2001 From: dylan Date: Tue, 1 Mar 2016 07:55:23 +1100 Subject: [PATCH] Added another gpu substitution for intel gpus --- neofetch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index c1e36516..4112b10c 100755 --- a/neofetch +++ b/neofetch @@ -879,7 +879,8 @@ getgpu () { intel*) gpu=${gpu/Intel Corporation } gpu=${gpu/Haswell-??? } - gpu=${gpu/?th Gen Core Processor} + gpu=${gpu/?th Gen } + gpu=${gpu/Core Processor } gpu=${gpu/ Mobile} gpu=${gpu/ Express} gpu=${gpu/Sky }