Update file .chezmoi.yaml.tmpl
This commit is contained in:
parent
a286d3b5f8
commit
b076137a69
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
{{- $githubUsername := (default "ProfessorManhattan" (env "GITHUB_USERNAME")) -}}
|
||||
{{- $gmailAddress := (default "blzalewski@gmail.com" (env "GMAIL_ADDRESS")) -}}
|
||||
{{- $gpgKeyId := (default "0xF0A300E4199A1C33" (env "KEYID")) -}}
|
||||
{{- $hostname := (default "alpha" (env "HOST")) -}}
|
||||
{{- $hostname := (default (env "HOST") "alpha") -}}
|
||||
{{- $locale := (output "echo" "$LANG") }}
|
||||
{{- $name := (default "Brian Zalewski" (env "FULL_NAME")) -}}
|
||||
{{- $restricted := (default false (env "WORK_ENVIRONMENT")) -}}
|
||||
|
|
Loading…
Reference in a new issue