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 1/2] 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" From 32a758f27fd74f6eab536f16fcd009b794c35871 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 11 Apr 2013 00:33:55 +0900 Subject: [PATCH 2/2] remove debug message --- profile | 2 -- 1 file changed, 2 deletions(-) diff --git a/profile b/profile index 4033e50..7ee0f2e 100755 --- a/profile +++ b/profile @@ -66,5 +66,3 @@ fi export TMP="${TMP}${USER}-tmp" export TEMP="$TMP" mkdir -p "$TMP" - -echo .dotfiles/profile processed.