summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-04-29 18:47:29 -0400
committerJune McEnroe <programble@gmail.com>2012-04-29 18:47:29 -0400
commit7483c57c7b0ce08c600369ab601abfb914a2f60d (patch)
tree316826c304bad6570adf89a1ea2d5a8619761475
parentAdd ncmpcpp configuration (diff)
downloadsrc-7483c57c7b0ce08c600369ab601abfb914a2f60d.tar.gz
src-7483c57c7b0ce08c600369ab601abfb914a2f60d.zip
Use pacman-color in ZSH
-rw-r--r--.zshrc4
1 files 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
 }