diff --git a/.chezmoitemplates/sh_common.tmpl b/.chezmoitemplates/common.sh.tmpl similarity index 100% rename from .chezmoitemplates/sh_common.tmpl rename to .chezmoitemplates/common.sh.tmpl diff --git a/dot_bashrc.tmpl b/dot_bashrc.tmpl index 00c59f0..42464cf 100644 --- a/dot_bashrc.tmpl +++ b/dot_bashrc.tmpl @@ -7,4 +7,5 @@ {{ end }} # ----以下是我的自訂內容 ------------------------------------------------------ -{{ template "sh_common.tmpl" . }} +{{ template "common.sh.tmpl" . }} + diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 7bddd80..d2d7418 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -172,4 +172,5 @@ function git_pushmulti() { noglob git pushmulti "$remotes" "$branches" } -{{ template "sh_common.tmpl" . }} +{{ template "common.sh.tmpl" . }} +