From e0b1db46f24e444bd2624baa9233d3eb9260b2c0 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Wed, 7 May 2025 17:01:16 +0800 Subject: [PATCH] sh add php --- .chezmoitemplates/common.sh.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.chezmoitemplates/common.sh.tmpl b/.chezmoitemplates/common.sh.tmpl index 7a087a5..7619ddf 100644 --- a/.chezmoitemplates/common.sh.tmpl +++ b/.chezmoitemplates/common.sh.tmpl @@ -22,6 +22,9 @@ export VISUAL=nvim export PATH="$PATH:$HOME/bin" export PATH="$PATH:$HOME/.local/bin" # Created by `pipx` on 2023-01-30 19:57:14 +# PHP +PATH="$HOME/.config/composer/vendor/bin:$PATH" + # GoLang Path export PATH="$PATH:$HOME/go/bin"