Force creation of missing zellij/config.kdl
Otherwise change only once
This commit is contained in:
parent
757b130a01
commit
482e4cba41
|
@ -1,5 +1,10 @@
|
|||
#! /usr/bin/env bash
|
||||
|
||||
{{- if not (stat (list .chezmoi.destDir ".config" "zellij" "config.kdl" | join .chezmoi.pathSeparator )) }}
|
||||
# missing config, forcing regeneration: {{- randAlpha 64 }}
|
||||
# {{ stat ".config/zellij/config.kdl" }}
|
||||
# {{ output "pwd" }}
|
||||
{{- end }}
|
||||
set -e
|
||||
|
||||
echo "Generating zellij/config.kdl.tmpl..."
|
||||
|
|
Loading…
Reference in New Issue