CPU [IRIX]: Remove unneeded output
This commit is contained in:
parent
2837d9bed1
commit
3c03a8379e
1 changed files with 1 additions and 0 deletions
1
neofetch
1
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:]]}"
|
||||
|
|
Loading…
Reference in a new issue