rename .chezmoitemplates/sh_common.tmpl -> .chezmoitemplates/common.sh.tmpl
This commit is contained in:
parent
8bb3783246
commit
43d42a685f
@ -7,4 +7,5 @@
|
||||
{{ end }}
|
||||
|
||||
# ----以下是我的自訂內容 ------------------------------------------------------
|
||||
{{ template "sh_common.tmpl" . }}
|
||||
{{ template "common.sh.tmpl" . }}
|
||||
|
||||
|
@ -172,4 +172,5 @@ function git_pushmulti() {
|
||||
noglob git pushmulti "$remotes" "$branches"
|
||||
}
|
||||
|
||||
{{ template "sh_common.tmpl" . }}
|
||||
{{ template "common.sh.tmpl" . }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user