Fix chemoi init to work with /tmp noexec
This commit is contained in:
parent
634455175a
commit
e05ac4411f
3 changed files with 12 additions and 5 deletions
|
@ -4,6 +4,9 @@
|
|||
{{- $gitEmail := promptStringOnce . "gitEmail" "email address (for git commits)" -}}
|
||||
{{- $gitName := promptStringOnce . "gitName" "Full name (for git commits)" -}}
|
||||
|
||||
{{- $scriptTempDir := "~/.cache/chezmoi/tmp" }}
|
||||
scriptTempDir={{- $scriptTempDir | quote }}
|
||||
|
||||
[data]
|
||||
{{- if ($sysname) }}
|
||||
sysname = {{ $sysname | quote }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue