Update 2 files

- /home/.chezmoiscripts/universal/run_onchange_after_25-gnome-extension-settings.tmpl
- /home/private_dot_config/git/template/hooks/run_after_ensure-executable.tmpl
This commit is contained in:
Brian Zalewski 2023-01-10 05:06:46 +00:00
parent 7cdbf186c7
commit b955ae0945
2 changed files with 2 additions and 2 deletions

View file

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

View file

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