From 60bdea15bb9341a9cf00a336d609be584eac922a Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Sun, 16 Jul 2017 16:48:19 +0700 Subject: [PATCH] CPU: Remove unneeded output for AMD --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index c181879f..4d1b4680 100755 --- a/neofetch +++ b/neofetch @@ -1031,6 +1031,7 @@ get_cpu() { cpu="${cpu//Eight-Core}" cpu="${cpu//, * Compute Cores}" cpu="${cpu//Core}" + cpu="${cpu//(\"AuthenticAMD\"*)}" cpu="${cpu//with Radeon * Graphics}" cpu="${cpu//, altivec supported}" cpu="${cpu//FPU*}"