Added possible kernel moudles to lsgpu alias

This commit is contained in:
Logan G 2024-05-22 18:53:18 -06:00
parent bdfe2a9cf3
commit e7f7928207
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -1,4 +1,4 @@
function lsgpu --wraps='lspci -nnk | grep -i VGA -A2' --description 'alias lsgpu=lspci -nnk | grep -i VGA -A2'
lspci -nnk | grep -i VGA -A2 $argv
lspci -nnk | grep -i VGA -A3 $argv
end