From e7f7928207f9a8ec04996b32187cc2a7bc3e8897 Mon Sep 17 00:00:00 2001 From: Logan G Date: Wed, 22 May 2024 18:53:18 -0600 Subject: [PATCH] Added possible kernel moudles to lsgpu alias --- .config/fish/functions/lsgpu.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/fish/functions/lsgpu.fish b/.config/fish/functions/lsgpu.fish index 2aad0b7..3c3d62b 100644 --- a/.config/fish/functions/lsgpu.fish +++ b/.config/fish/functions/lsgpu.fish @@ -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