add command for package listing

This commit is contained in:
2025-12-19 13:35:33 +03:00
parent a9e070b16c
commit a945727d2b
+1
View File
@@ -9,6 +9,7 @@ if status is-interactive
alias edit nvim
alias find fd
zoxide init --cmd cd fish | source
aslias show-packages "expac -H M '%-20n\t%10d' (pacman -Qqe)"
function mkcd
mkdir $argv[1] && cd $argv[1]
end