Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
GPU: [Linux + AMD] Remove some OEM stuff from the info
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Dec 7, 2016
1 parent 0b2bbee commit ae4e2b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,8 @@ get_gpu() {
gpu="${gpu//Intel*$'\n'}"
gpu="${gpu/'[AMD/ATI]' }"
gpu="${gpu/'[AMD]' }"
gpu="${gpu/OEM }"
gpu="${gpu/ \/ *}"
gpu="${gpu/*\[}"
gpu="${gpu/\]*}"
gpu="AMD $gpu"
Expand Down

0 comments on commit ae4e2b0

Please sign in to comment.