From 9caeb45bb2eb95d8c370ef0652df16a71b7b6333 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 28 Feb 2014 21:39:09 +0900 Subject: [PATCH] shrc: pacman always use colored output --- shrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shrc b/shrc index 116899e..ef3c315 100755 --- a/shrc +++ b/shrc @@ -425,13 +425,14 @@ do test -f $f && alias vl=$f && break done -__safe_alias pa=pacman -__safe_alias pa=pacapt +__safe_alias pa="pacman --color=always" +__safe_alias pa="pacapt" __safe_alias yt=yaourt __safe_alias cower="cower --color=auto" null type pacmatic && { alias pacman="pacmatic" + # variable for yaourt export PACMAN="pacmatic" }