mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
archlinux: Add VerbosePkgLists to pacman.conf
Here I commit the addition of VerbosePkgLists for reference. It turns out that yay's package upgrade list looks significantly better than pacman's VerbosePkgLists (and is a lot more legible). Since pacman will not use VerbosePkgLists when the number of terminal columns is low enough, it makes sense to simply use the default setting instead.
This commit is contained in:
parent
c07819e5c8
commit
616048bd3f
@ -23,6 +23,7 @@ echo "DefaultTimeoutStopSec=30s" >> /etc/systemd/system.conf
|
|||||||
|
|
||||||
# Enable colors in pacman by uncommenting the Color line.
|
# Enable colors in pacman by uncommenting the Color line.
|
||||||
sed -i '/Color/s/^#//g' /etc/pacman.conf
|
sed -i '/Color/s/^#//g' /etc/pacman.conf
|
||||||
|
sed -i '/VerbosePkgLists/s/^#//g' /etc/pacman.conf
|
||||||
|
|
||||||
# Give users in the wheel group permission to use sudo
|
# Give users in the wheel group permission to use sudo
|
||||||
echo "%wheel ALL=(ALL) ALL" >> /etc/sudoers
|
echo "%wheel ALL=(ALL) ALL" >> /etc/sudoers
|
||||||
|
Loading…
Reference in New Issue
Block a user