From b79c7e0f17f7760d52fb5ed34a5c68a929896b4c Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Mon, 22 Dec 2025 17:40:27 +0900 Subject: [PATCH] [+] vscode replace --- scripts/zshrc.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/zshrc.sh b/scripts/zshrc.sh index 66605aa..8fec4f2 100755 --- a/scripts/zshrc.sh +++ b/scripts/zshrc.sh @@ -283,6 +283,9 @@ modern-replace 'wget' 'aria2c' # for macOS modern-replace 'tar' 'gtar' +# for ArchLinux compat +modern-replace 'code' 'visual-studio-code-electron' + # Set proxy setproxy() { addr=${1:-127.0.0.1}