Added possible kernel moudles to lsgpu alias
This commit is contained in:
parent
bdfe2a9cf3
commit
e7f7928207
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
function lsgpu --wraps='lspci -nnk | grep -i VGA -A2' --description 'alias lsgpu=lspci -nnk | grep -i VGA -A2'
|
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
|
end
|
||||||
|
|
Loading…
Reference in a new issue