From 3c03a8379ea27a694264786aafe3c536286715d5 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Tue, 20 Jun 2017 20:48:56 +0700 Subject: [PATCH] CPU [IRIX]: Remove unneeded output --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 3004bb2c..f37bf847 100755 --- a/neofetch +++ b/neofetch @@ -1046,6 +1046,7 @@ get_cpu() { cpu="${cpu//with Radeon * Graphics}" cpu="${cpu//, altivec supported}" cpu="${cpu//FPU*}" + cpu="${cpu//Chip Revision*}" # Trim spaces from core output cores="${cores//[[:space:]]}"