rename .chezmoitemplates/sh_common.tmpl -> .chezmoitemplates/common.sh.tmpl

This commit is contained in:
Yuan Chiu 2025-05-02 11:21:47 +08:00
parent 8bb3783246
commit 43d42a685f
3 changed files with 4 additions and 2 deletions

View File

@ -7,4 +7,5 @@
{{ end }}
# ----以下是我的自訂內容 ------------------------------------------------------
{{ template "sh_common.tmpl" . }}
{{ template "common.sh.tmpl" . }}

View File

@ -172,4 +172,5 @@ function git_pushmulti() {
noglob git pushmulti "$remotes" "$branches"
}
{{ template "sh_common.tmpl" . }}
{{ template "common.sh.tmpl" . }}