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

4 lines
87 B
Fish

function pacreps -d "Search for package(s) in the repositories"
pacman -Ss $argv
end