oh-my-fish/plugins/archlinux/pacman/pacloc.fish

4 lines
108 B
Fish
Raw Normal View History

function pacloc -d "Display information about a given package in the local database"
pacman -Qi $argv
end