diff options
author | June McEnroe <june@causal.agency> | 2012-04-29 18:47:29 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-04-29 18:47:29 -0400 |
commit | 06a020c965558829773cc8a60afae636950342bc (patch) | |
tree | 74e4fe1d448f296f73dd71ab37ec8dad93eff7d4 | |
parent | Add ncmpcpp configuration (diff) | |
download | src-06a020c965558829773cc8a60afae636950342bc.tar.gz src-06a020c965558829773cc8a60afae636950342bc.zip |
Use pacman-color in ZSH
-rw-r--r-- | .zshrc | 4 |
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 } |