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:
parent
873b33f52a
commit
459cc2f775
2 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
{{- if (eq .host.distro.family "linux") -}}
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
|
||||
{{ includeTemplate "universal/profile" }}
|
||||
{{ includeTemplate "universal/logg" }}
|
||||
|
||||
|
|
|
@ -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" }}
|
||||
|
|
Loading…
Reference in a new issue