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/3] 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/3] 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. From a9f74121d543c597f0b7f6734a1c91eee0302284 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 11 Apr 2013 00:39:14 +0900 Subject: [PATCH 3/3] add gitmemo alias --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index d12ee87..e37d1f4 100755 --- a/bashrc +++ b/bashrc @@ -258,6 +258,7 @@ then complete -o bashdefault -o default -o nospace -F _git g 2>/dev/null \ || complete -o default -o nospace -F _git g fi +null type gitmemo && alias m=gitmemo alias setup.py="sudo python3 setup.py install --record files.txt"