summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-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
 }
 
LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe