Update 2 files

- /home/.chezmoiscripts/universal/run_onchange_after_70-misc-bug-fixes.tmpl
- /home/.chezmoiscripts/universal/run_onchange_after_64-grub-settings.tmpl
This commit is contained in:
Brian Zalewski 2023-01-12 06:48:39 +00:00
parent 873b33f52a
commit 459cc2f775
2 changed files with 1 additions and 3 deletions

View file

@ -1,8 +1,6 @@
{{- if (eq .host.distro.family "linux") -}}
#!/usr/bin/env bash
set -x
{{ includeTemplate "universal/profile" }}
{{ includeTemplate "universal/logg" }}

View file

@ -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" }}