From 39f296e621d2175fa2b1159c15e64960219f7088 Mon Sep 17 00:00:00 2001 From: Amolith Date: Fri, 30 May 2025 13:42:26 -0600 Subject: [PATCH] update path to secret --- dot_config/zsh/private_dot_zshrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/zsh/private_dot_zshrc.tmpl b/dot_config/zsh/private_dot_zshrc.tmpl index 7d7e2911f09533f1342e04abe07188fcb1971a3a..4a946b565c0caa59425701c264c035e2dad0a997 100644 --- a/dot_config/zsh/private_dot_zshrc.tmpl +++ b/dot_config/zsh/private_dot_zshrc.tmpl @@ -160,7 +160,7 @@ export OPENROUTER_API_KEY='{{ onepasswordRead "op://Private/OpenRouter/shell" }} export OPENROUTER_KEY="$OPENROUTER_API_KEY" export OPENAI_API_KEY="$OPENROUTER_API_KEY" -export KAGI_API_KEY='{{ onepasswordRead "op://Private/Kagi/api_key" }}' +export KAGI_API_KEY='{{ onepasswordRead "op://Shared/Kagi/api_key" }}' #HYPHEN_INSENSITIVE="true" # Uncomment the following line if pasting URLs and other text is messed up.