dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 3c110d098a4b30a9b29cdc1c864d2dcb3793290e
parent 6c08f21626decc5c73a2f71cd29e6ae8f7dc242b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 12 Dec 2018 16:20:39 -0500

Use colorized pacman output

Diffstat:
Mlinks/bin/uu | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/bin/uu b/links/bin/uu @@ -7,7 +7,7 @@ announce() { announce "Updating package manager lists and installed packages" if [ "$(uname)" = "Linux" ]; then if [ "$(hostname)" = "idkfa" ]; then - sudo pacman -Syu + sudo pacman -Syu --color auto else sudo apt-get update && \ sudo apt-get -y upgrade && \