From 820a10fb3aa47de669d6b629bc426b5569d40f2e Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 10 Apr 2013 21:33:29 +0900 Subject: [PATCH] add cower alias --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 81d5a72..e05c8e5 100755 --- a/bashrc +++ b/bashrc @@ -217,6 +217,7 @@ do done null type yaourt && alias yt=yaourt +null type cower && alias cower="cower --color=auto" null type pacmatic && { alias pacman="pacmatic" export PACMAN="pacmatic"