From 78d74763c3b4c1f8f14a8bc37b512bfc856df3c5 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Wed, 23 Apr 2025 08:01:51 +0800 Subject: [PATCH] =?UTF-8?q?fix=20zshrc:=20=E6=94=B9=E5=8E=9F=E6=9C=AC?= =?UTF-8?q?=E5=AF=AB=E6=AD=BB=E7=9A=84=E5=AE=B6=E7=9B=AE=E9=8C=84=E6=94=B9?= =?UTF-8?q?=E7=82=BA=E5=8F=96=E7=92=B0=E5=A2=83=E8=AE=8A=E6=95=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dot_zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_zshrc b/dot_zshrc index dfd881c..c9d75e2 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -162,7 +162,7 @@ if [ "$(uname -s)" = 'Darwin' ]; then fi # Created by `pipx` on 2023-01-30 19:57:14 -export PATH="$PATH:/Users/yuan/.local/bin" +export PATH="$PATH:$HOME/.local/bin" # GoLang Path export PATH="$PATH:$HOME/go/bin"