GPU [AMD]: Remove an unnecessary pattern check
This commit is contained in:
parent
71df4ffd3b
commit
2afc5a27af
1 changed files with 0 additions and 1 deletions
1
neofetch
1
neofetch
|
@ -2059,7 +2059,6 @@ get_gpu() {
|
|||
gpu="${gpu/\[AMD\] }"
|
||||
gpu="${gpu/OEM }"
|
||||
gpu="${gpu/Advanced Micro Devices, Inc.}"
|
||||
gpu="${gpu/ \/ *}"
|
||||
gpu="${gpu/*\[}"
|
||||
gpu="${gpu/\]*}"
|
||||
gpu="$brand $gpu"
|
||||
|
|
Loading…
Reference in a new issue