From 5356bcd45004cd77a077a5c0c10245bc330acca0 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 10 Jan 2023 08:59:38 +0000 Subject: [PATCH] Update 2 files - /home/.chezmoiscripts/universal/run_onchange_after_4-environment-profile.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_3-system-bin.tmpl --- .../universal/run_onchange_after_3-system-bin.tmpl | 3 +++ .../universal/run_onchange_after_4-environment-profile.tmpl | 3 +++ 2 files changed, 6 insertions(+) diff --git a/home/.chezmoiscripts/universal/run_onchange_after_3-system-bin.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_3-system-bin.tmpl index 43bb3d9b..bf50e3e1 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_3-system-bin.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_3-system-bin.tmpl @@ -1,6 +1,9 @@ {{- if (eq .host.distro.family "linux") -}} #!/usr/bin/env bash +{{ includeTemplate "universal/profile" }} +{{ includeTemplate "universal/logg" }} + ### Copy ~/.local/bin/squash-symlink to /usr/local/bin/squash-symlink if [ ! -f /usr/local/bin/squash-symlink ] && [ -f "$HOME/.local/bin/squash-symlink" ]; then logg info 'Copying ~/.local/bin/squash-symlink to /usr/local/bin/squash-symlink' diff --git a/home/.chezmoiscripts/universal/run_onchange_after_4-environment-profile.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_4-environment-profile.tmpl index 351187cc..b2bac4eb 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_4-environment-profile.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_4-environment-profile.tmpl @@ -1,6 +1,9 @@ {{- if (eq .host.distro.family "linux") -}} #!/usr/bin/env bash +{{ includeTemplate "universal/profile" }} +{{ includeTemplate "universal/logg" }} + ### Ensure QT_STYLE_OVERRIDE is set in /etc/environment logg info 'Ensuring QT_STYLE_OVERRIDE is set in /etc/environment' if cat /etc/environment | grep QT_STYLE_OVERRIDE; then