refactor(zsh): 将 PATH 配置提取到 .zshenv

This commit is contained in:
2026-03-26 16:11:52 +08:00
parent 2734133d62
commit a2f3ceb6b5
3 changed files with 7 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
# PATH
export PATH="$HOME/go/bin:$PATH"
export PATH="$HOME/.bun/bin:$PATH"