Skip to content

Commit

Permalink
www
Browse files Browse the repository at this point in the history
  • Loading branch information
wardnath authored Nov 10, 2024
1 parent 3de96cf commit 6c52262
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ auto_sync = true
#sync_address = "{{ (ejsonDecrypt "/opt/ejson/params.ejson").atuin_sync_address }}"
# TODO set default - https://masterminds.github.io/sprig/defaults.html

{{- /* chezmoi:template:left-delimiter="{{" right-delimiter="}}" */ -}}
{{- $sync_address := "" -}}
{{- $ejsonFile := "/opt/ejson/params.ejson" -}}

{{- if hasKey . "ejson" -}}
sync_address = "{{ (ejsonDecrypt "/opt/ejson/params.ejson").atuin_sync_address }}"
{{- else -}}
sync_address = ""
{{- end -}}
# {{- /* chezmoi:template:left-delimiter="{{" right-delimiter="}}" */ -}}
# {{- $sync_address := "" -}}
# {{- $ejsonFile := "/opt/ejson/params.ejson" -}}

# {{- if hasKey . "ejson" -}}
# sync_address = "{{ (ejsonDecrypt "/opt/ejson/params.ejson").atuin_sync_address }}"
# {{- else -}}
# sync_address = ""
# {{- end -}}



Expand Down

0 comments on commit 6c52262

Please sign in to comment.