From d95b9f75a33f8743b2717f657d16edcfb0a225ef Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Wed, 28 Feb 2024 23:18:33 +0100 Subject: [PATCH] Up. --- home/.chezmoiscripts/run_before-common.sh | 1 + .../run_onchange_after_10-install-packages.sh.tmpl | 2 +- home/.chezmoiscripts/run_onchange_after_20-config-zim.sh.tmpl | 2 +- home/.chezmoiscripts/run_onchange_after_80-install-lvim.sh.tmpl | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) 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