From a3875b55d7540c821a58a01b61174605a4933e03 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Tue, 13 Aug 2024 00:05:59 +0800 Subject: [PATCH] [+] Colorize pacman --- scripts/zshrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zshrc.sh b/scripts/zshrc.sh index dba1658..755e920 100755 --- a/scripts/zshrc.sh +++ b/scripts/zshrc.sh @@ -32,7 +32,7 @@ modern-replace 'grep' 'rg' modern-replace 'nano' 'micro' modern-replace 'curl' 'curlie' # modern-replace 'tree' 'broot' -modern-replace 'pacman' 'paru' +modern-replace 'pacman' 'paru --color always --needed' 'pacman --color always --needed' # for macOS modern-replace 'tar' 'gtar'