4 lines
97 B
Fish
Raw Normal View History

function pacin -d "Install specific package(s) from the repositories"
sudo pacman -S $argv
end