From a7d790fad54e789fb73e88254c28b656f9f3f53d Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Sun, 4 May 2025 04:22:15 +0800 Subject: [PATCH] shell add home/bin path --- .chezmoitemplates/common.sh.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"