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:]]}"