nix-config/sh/install/015-pacman

12 lines
215 B
Plaintext
Raw Normal View History

2018-08-31 21:30:43 +02:00
#!/bin/sh
#
# Enable colors in pacman by uncommenting the Color line.
#
# https://wiki.archlinux.org/index.php/Color_output_in_console#pacman
set -xe
PACMAN="/mnt/etc/pacman.conf"
sed -i '/Color/s/^#//g' $PACMAN