diff --git a/chezmoi/dot_config/atuin/atuin.key.tmpl b/chezmoi/dot_config/atuin/atuin.key.tmpl deleted file mode 100644 index d784abc..0000000 --- a/chezmoi/dot_config/atuin/atuin.key.tmpl +++ /dev/null @@ -1,6 +0,0 @@ - -{{ range (onepassword "qjeayumitf5zqznoi2nermpfga").fields -}} -{{ if (eq .label "atuinkey") -}} -{{ .value -}} -{{ end -}} -{{ end }} diff --git a/chezmoi/dot_config/atuin/config.toml.tmpl b/chezmoi/dot_config/atuin/config.toml similarity index 96% rename from chezmoi/dot_config/atuin/config.toml.tmpl rename to chezmoi/dot_config/atuin/config.toml index dadb255..fa000e8 100644 --- a/chezmoi/dot_config/atuin/config.toml.tmpl +++ b/chezmoi/dot_config/atuin/config.toml @@ -23,13 +23,7 @@ auto_sync = true # update_check = true ## address of the sync server -sync_address = "{{ range (onepassword "qjeayumitf5zqznoi2nermpfga").fields -}} -{{ if (eq .label "atuinhost") -}} -{{ .value -}} -{{ end -}} -{{ end }}" - - +# sync_address = "ATUIN_SYNC_ADDRESS" ## how often to sync history. note that this is only triggered when a command ## is ran, so sync intervals may well be longer