oh-my-fish/plugins/archlinux/pacman/paclocs.fish
2014-02-28 19:29:39 -05:00

4 lines
89 B
Fish

function paclocs -d "Search for package(s) in the local database"
pacman -Qs $argv
end