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