I noticed that paru
is the default AUR handler. I applaud you for that. However, the alias in config.fish
for it precludes using it to quickly do an upgrade. Paru
allows the use of a config file (paru.conf
) located in the usual places (/etc/paru.conf, ~/.config/paru/paru.conf
) which will allow you set parameters without killing any functionality.
Here is a sample:
#
# $PARU_CONF
# /etc/paru.conf
# ~/.config/paru/paru.conf
#
# See the paru.conf(5) manpage for options
#
# GENERAL OPTIONS
#
[options]
PgpFetch
Devel
Provides
DevelSuffixes = -git -cvs -svn -bzr -darcs -always
BottomUp
SkipReview
#RemoveMake
#SudoLoop
#UseAsk
#CombinedUpgrade
#CleanAfter
#UpgradeMenu
#NewsOnUpgrade
#LocalRepo
#Chroot
#MovePkgs
#
# Binary OPTIONS
#
#[bin]
#FileManager = vifm
#MFlags = --skippgpcheck
#Sudo = doas