From 06a020c965558829773cc8a60afae636950342bc Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 29 Apr 2012 18:47:29 -0400 Subject: Use pacman-color in ZSH --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index a0748b33..8f341093 100644 --- a/.zshrc +++ b/.zshrc @@ -64,9 +64,9 @@ function clyde { function pacman { case $1 in -S | -S[^si]* | -R* | -U*) - /usr/bin/sudo /usr/bin/pacman "$@" ;; + /usr/bin/sudo /usr/bin/pacman-color "$@" ;; *) - /usr/bin/pacman "$@" ;; + /usr/bin/pacman-color "$@" ;; esac } -- cgit 1.4.1