diff options
author | June McEnroe <programble@gmail.com> | 2012-04-29 18:47:29 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2012-04-29 18:47:29 -0400 |
commit | 7483c57c7b0ce08c600369ab601abfb914a2f60d (patch) | |
tree | 316826c304bad6570adf89a1ea2d5a8619761475 | |
parent | Add ncmpcpp configuration (diff) | |
download | src-7483c57c7b0ce08c600369ab601abfb914a2f60d.tar.gz src-7483c57c7b0ce08c600369ab601abfb914a2f60d.zip |
Use pacman-color in ZSH
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 4 |
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 } |