diff --git a/home/.chezmoiscripts/common.lib.tmpl b/home/.chezmoiscripts/run_common.lib similarity index 99% rename from home/.chezmoiscripts/common.lib.tmpl rename to home/.chezmoiscripts/run_common.lib index 0eebd3f..3b7aa3f 100644 --- a/home/.chezmoiscripts/common.lib.tmpl +++ b/home/.chezmoiscripts/run_common.lib @@ -1,5 +1,3 @@ -#!/usr/bin/env bash -# # common.lib # # Common libray for local scripts diff --git a/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl index cc1a593..30cdfa8 100644 --- a/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_10-install-packages.sh.tmpl @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Load local library -. ./common.lib.tmpl +. ./run_common.lib diff --git a/home/.chezmoiscripts/run_onchange_after_20-config-zim.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_20-config-zim.sh.tmpl index 9dbc176..52f6646 100644 --- a/home/.chezmoiscripts/run_onchange_after_20-config-zim.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_20-config-zim.sh.tmpl @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Load local library -. ./common.lib.tmpl +. ./run_common.lib diff --git a/home/.chezmoiscripts/run_onchange_after_80-install-lvim.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_80-install-lvim.sh.tmpl index 4784b70..381e9c8 100644 --- a/home/.chezmoiscripts/run_onchange_after_80-install-lvim.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_80-install-lvim.sh.tmpl @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Load local library -. ./common.lib.tmpl +. ./run_common.lib