diff --git a/fish/.config/fish/functions/pkgdep.fish b/fish/.config/fish/functions/pkgdep.fish new file mode 100644 index 0000000..0566cb3 --- /dev/null +++ b/fish/.config/fish/functions/pkgdep.fish @@ -0,0 +1,3 @@ +function pkgdep --description 'package depedencies' + command pikaur -Qq | fzf --preview 'pactree -lur {} | sort' --layout reverse --bind 'enter:execute(pactree -lu {} | sort | less)'; +end