feat: add fish function

This commit is contained in:
Adam 2023-01-02 22:08:05 -06:00
parent ccbe475ac2
commit 3756d67c31
No known key found for this signature in database
GPG Key ID: 57EA6558FDBE3320
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function pkginfo --description 'package info'
command pikaur -Qq | fzf --preview 'pikaur -Qil {}' --layout reverse --bind 'enter:execute(pikaur -Qil {} | less)';
end