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