diff --git a/neofetch b/neofetch index a2bc1c75..dd24f6aa 100755 --- a/neofetch +++ b/neofetch @@ -921,6 +921,7 @@ get_cpu() { cpu="${cpu//Core}" cpu="${cpu//with Radeon * Graphics}" cpu="${cpu//, altivec supported}" + cpu="${cpu//FPU*}" # Add CPU cores to the output. [[ "$cpu_cores" != "off" && "$cores" ]] && \