fix zshrc: 改原本寫死的家目錄改為取環境變數

This commit is contained in:
Yuan Chiu 2025-04-23 08:01:51 +08:00
parent dbe819a40b
commit 78d74763c3

View File

@ -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"