From 7150bc6ff14c10d82c6e98f47f800b7ada99f158 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 6 Apr 2013 11:34:34 +0900 Subject: [PATCH] remove alias and envvals for pacman-color, now it is integrated into pacman --- bashrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bashrc b/bashrc index ebe789d..6dd3001 100755 --- a/bashrc +++ b/bashrc @@ -217,11 +217,6 @@ do done null type yaourt && alias yt=yaourt -null type pacman-color && { - alias pacman=pacman-color - export pacman_program=pacman-color # used by pacmatic - export PACMAN=pacman-color # used by yaourt -} null type pacmatic && { alias pacman="pacmatic" export PACMAN="pacmatic"