mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-13 20:22:11 +00:00
CPU [IRIX]: Remove unneeded output
This commit is contained in:
1
neofetch
1
neofetch
@@ -1046,6 +1046,7 @@ get_cpu() {
|
|||||||
cpu="${cpu//with Radeon * Graphics}"
|
cpu="${cpu//with Radeon * Graphics}"
|
||||||
cpu="${cpu//, altivec supported}"
|
cpu="${cpu//, altivec supported}"
|
||||||
cpu="${cpu//FPU*}"
|
cpu="${cpu//FPU*}"
|
||||||
|
cpu="${cpu//Chip Revision*}"
|
||||||
|
|
||||||
# Trim spaces from core output
|
# Trim spaces from core output
|
||||||
cores="${cores//[[:space:]]}"
|
cores="${cores//[[:space:]]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user