Merge pull request #186 from firstEncounter/master
Correct NVIDIA capitalization
This commit is contained in:
commit
a50a8fb573
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1044,7 +1044,7 @@ getgpu () {
|
||||||
gpu=${gpu/\[}
|
gpu=${gpu/\[}
|
||||||
gpu=${gpu/\] }
|
gpu=${gpu/\] }
|
||||||
|
|
||||||
brand="Nvidia "
|
brand="NVIDIA "
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*virtualbox*)
|
*virtualbox*)
|
||||||
|
|
Loading…
Reference in a new issue