From b711632fb72e6c3de23232f9992cdda7a1601c78 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Tue, 13 Aug 2024 00:08:56 +0800 Subject: [PATCH] [F] Fix modern replace --- scripts/zshrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zshrc.sh b/scripts/zshrc.sh index 755e920..4fad7f5 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 --color always --needed' 'pacman --color always --needed' +modern-replace 'pacman' 'paru' 'pacman --color always --needed' 'paru --color always --needed' # for macOS modern-replace 'tar' 'gtar'