From 7483c57c7b0ce08c600369ab601abfb914a2f60d Mon Sep 17 00:00:00 2001 From: Curtis 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(-) diff --git a/.zshrc b/.zshrc index cec2c343..58de156e 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