diff --git a/bashrc b/bashrc index e37d1f4..14e5bb5 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" 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.