CPU [IRIX]: Remove unneeded output
This commit is contained in:
parent
2837d9bed1
commit
3c03a8379e
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