dylanaraps / neofetch

🖼️ A command-line system information tool written in bash 3.2+
MIT License
22.01k stars 1.77k forks source link

Fixed unnecessary 'with Radeon Graphics' not removing properly #2322

Closed Spokloo closed 7 months ago

Spokloo commented 1 year ago

Description

Only fill in the fields below if relevant.

Features

Added a line to remove unnecessary stuff in CPU name. cpu="${cpu//with Radeon Graphics}" Previously, this line didn't remove 'with Radeon Graphics' in the CPU name: cpu="${cpu//with Radeon * Graphics}"

Issues

TODO

hykilpikonna commented 1 year ago

Already fixed in https://github.com/dylanaraps/neofetch/pull/2139 and duplicate with https://github.com/dylanaraps/neofetch/pull/2243. Thanks anyways.