From 51ca0128a1a4e9dfc87b9c1b2a3197f51089353d Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 26 Apr 2016 17:05:08 +1000 Subject: [PATCH] Remove dual-core and quad-core from cpu output --- neofetch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neofetch b/neofetch index 1744d0c6..660a71a2 100755 --- a/neofetch +++ b/neofetch @@ -1016,6 +1016,8 @@ getcpu () { cpu=${cpu//Processor} cpu=${cpu//Six-Core} cpu=${cpu//Eight-Core} + cpu=${cpu/Dual-Core} + cpu=${cpu/Quad-Core} cpu=${cpu//with Radeon HD Graphics} # Add cpu cores to output