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

4 lines
95 B
Fish
Raw Normal View History

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