diff --git a/home/.chezmoiscripts/common.lib b/home/.chezmoiscripts/common.lib.sh similarity index 100% rename from home/.chezmoiscripts/common.lib rename to home/.chezmoiscripts/common.lib.sh 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 2218b88..02d48fc 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 +. ./common.lib.sh 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 dba3f54..4289d38 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 +. ./common.lib.sh 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 f175bf0..5a4a915 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 +. ./common.lib.sh