From e16b1ec0f38787e2d0e200f4201619f671fe138d Mon Sep 17 00:00:00 2001 From: Jon Kinney Date: Wed, 25 Dec 2024 16:06:21 -0600 Subject: [PATCH] docs: update key takeaway with info block --- .../chezmoi.io/docs/user-guide/password-managers/index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/chezmoi.io/docs/user-guide/password-managers/index.md b/assets/chezmoi.io/docs/user-guide/password-managers/index.md index 12d7e7b0565..2f9e5aaeb48 100644 --- a/assets/chezmoi.io/docs/user-guide/password-managers/index.md +++ b/assets/chezmoi.io/docs/user-guide/password-managers/index.md @@ -22,5 +22,9 @@ export OPENAI_API_KEY='{{ onepasswordRead "op://Personal/openai-api-key/password In this example, the `OPENAI_API_KEY` is retrieved from a 1Password vault named `Personal`, specifically from an item called `openai-api-key` in the -`password` field. When Chezmoi applies this template, it will automatically -fetch the current value from 1Password and insert it into the generated file. +`password` field. + +!!! info + + When Chezmoi applies this template, it will automatically fetch the + current value from 1Password and insert it into the generated file.