diff options
-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 } |