From 43d42a685f8ebc214969fed3a34341848ec51f52 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Fri, 2 May 2025 11:21:47 +0800 Subject: [PATCH] rename .chezmoitemplates/sh_common.tmpl -> .chezmoitemplates/common.sh.tmpl --- .chezmoitemplates/{sh_common.tmpl => common.sh.tmpl} | 0 dot_bashrc.tmpl | 3 ++- dot_zshrc.tmpl | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) rename .chezmoitemplates/{sh_common.tmpl => common.sh.tmpl} (100%) 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" . }} +