From 705a4e62266b0c90ddfbb4aa6f40efa2c130614e Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Tue, 13 Dec 2022 14:11:12 -0500 Subject: [PATCH] [U] Replace tar with gtar on macOS --- scripts/zshrc.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/zshrc.sh b/scripts/zshrc.sh index 8f4ff6d..b06073e 100755 --- a/scripts/zshrc.sh +++ b/scripts/zshrc.sh @@ -32,6 +32,9 @@ modern-replace 'grep' 'rg' # modern-replace 'curl' 'curlie' # modern-replace 'tree' 'broot' +# for macOS +modern-replace 'tar' 'gtar' + source "$BASEDIR/plugins/zsh-z.plugin.zsh" # Initialize fuck