diff --git a/home/.chezmoiscripts/run_before-common.sh b/home/.chezmoiscripts/run_before-common.sh index 214fdf2..22ae84b 100644 --- a/home/.chezmoiscripts/run_before-common.sh +++ b/home/.chezmoiscripts/run_before-common.sh @@ -1,3 +1,4 @@ +#!/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 30cdfa8..1440d12 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 -. ./run_common.lib +. ./run_before-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 52f6646..e4518fa 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 -. ./run_common.lib +. ./run_before-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 381e9c8..68bc686 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 -. ./run_common.lib +. ./run_before-common.lib