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

4 lines
148 B
Fish
Raw Normal View History

function pacupg -d "Synchronize with repositories before upgrading packages that are out of date on the local system."
sudo pacman -Syu $argv
end