diff --git a/.chezmoitemplates/common.sh.tmpl b/.chezmoitemplates/common.sh.tmpl index de94517..7a087a5 100644 --- a/.chezmoitemplates/common.sh.tmpl +++ b/.chezmoitemplates/common.sh.tmpl @@ -19,8 +19,8 @@ export VISUAL=nvim {{/* ---- 設定與修復PATH路徑對應 ------------------------------------------- */ -}} -# Created by `pipx` on 2023-01-30 19:57:14 -export PATH="$PATH:$HOME/.local/bin" +export PATH="$PATH:$HOME/bin" +export PATH="$PATH:$HOME/.local/bin" # Created by `pipx` on 2023-01-30 19:57:14 # GoLang Path export PATH="$PATH:$HOME/go/bin"