From 873b33f52a379a4c6dbfbcf5f49d14694dcf5e68 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Thu, 12 Jan 2023 06:41:13 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(latest):=20latest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../universal/run_onchange_after_64-grub-settings.tmpl | 2 ++ .../universal/run_onchange_after_70-misc-bug-fixes.tmpl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/home/.chezmoiscripts/universal/run_onchange_after_64-grub-settings.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_64-grub-settings.tmpl index a3dd2b1f..e0c53356 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_64-grub-settings.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_64-grub-settings.tmpl @@ -1,6 +1,8 @@ {{- if (eq .host.distro.family "linux") -}} #!/usr/bin/env bash +set -x + {{ includeTemplate "universal/profile" }} {{ includeTemplate "universal/logg" }} diff --git a/home/.chezmoiscripts/universal/run_onchange_after_70-misc-bug-fixes.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_70-misc-bug-fixes.tmpl index 86344cce..be06f0bc 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_70-misc-bug-fixes.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_70-misc-bug-fixes.tmpl @@ -1,6 +1,6 @@ {{- if (eq .host.distro.family "linux") -}} #!/usr/bin/env bash - +set -x # enabled extensions: {{ output "dconf" "read" "/org/gnome/shell/enabled-extensions" }} {{ includeTemplate "universal/profile" }}