From 82ab946ba1e85574faef58e265f309cb181cf85c Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 13 Apr 2026 15:38:10 +0800 Subject: [PATCH] fix: op path --- home/shell/fish.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/shell/fish.nix b/home/shell/fish.nix index 581c00c..41de126 100644 --- a/home/shell/fish.nix +++ b/home/shell/fish.nix @@ -5,9 +5,9 @@ # op:// references only — no real secrets, safe to commit xdg.configFile."op/env.tpl".text = '' AI_GATEWAY_BASE_URL={{ op://Private/AI Gateway API/URL }} - AI_GATEWAY_API_KEY={{ op://Private/AI Gateway API/凭据 }} - EXA_API_KEY={{ op://Private/Exa API/凭据 }} - CONTEXT7_API_KEY={{ op://Private/Context7 API/凭据 }} + AI_GATEWAY_API_KEY={{ op://Private/AI Gateway API/credential }} + EXA_API_KEY={{ op://Private/Exa API/credential }} + CONTEXT7_API_KEY={{ op://Private/Context7 API/credential }} ''; programs.fish = {