summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2012-04-29 18:47:29 -0400
committerJune McEnroe <june@causal.agency>2012-04-29 18:47:29 -0400
commit06a020c965558829773cc8a60afae636950342bc (patch)
tree74e4fe1d448f296f73dd71ab37ec8dad93eff7d4 /.zshrc
parentAdd ncmpcpp configuration (diff)
downloadsrc-06a020c965558829773cc8a60afae636950342bc.tar.gz
src-06a020c965558829773cc8a60afae636950342bc.zip
Use pacman-color in ZSH
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
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
 }