summaryrefslogtreecommitdiff
path: root/mac/.config/zsh/.zshrc
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-09-17 18:49:42 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-09-17 18:49:42 +0900
commit691116d4dc5edc795f4b2c5f3e54cd6d9d1241e1 (patch)
tree52a5645bc5a563ec56aab1ab10d8325dd71f8b71 /mac/.config/zsh/.zshrc
parent45caede6113ce570684cbcb87edbcc1e047a2e84 (diff)
modified yazi/yazi.toml, modified zsh/.zshrc, created office.yazi/
Diffstat (limited to 'mac/.config/zsh/.zshrc')
-rw-r--r--mac/.config/zsh/.zshrc13
1 files changed, 8 insertions, 5 deletions
diff --git a/mac/.config/zsh/.zshrc b/mac/.config/zsh/.zshrc
index 6d13d29..a90fe52 100644
--- a/mac/.config/zsh/.zshrc
+++ b/mac/.config/zsh/.zshrc
@@ -116,8 +116,11 @@ zstyle ':fzf-tab:*' switch-group ',' '.' # switch group using `,` and `.`
### --- AVANTE --- ###
export AVANTE_ANTHROPIC_API_KEY="$(pass show api/claude/nvim | head -n1)"
export AVANTE_OPENAI_API_KEY="$(pass show api/chatGPT/nvim | head -n1)"
-# export AVANTE_AZURE_OPENAI_API_KEY=your-azure-api-key
-# export AVANTE_GEMINI_API_KEY=your-gemini-api-key
-# export AVANTE_CO_API_KEY=your-cohere-api-key
-# export AVANTE_AIHUBMIX_API_KEY=your-aihubmix-api-key
-# export AVANTE_MOONSHOT_API_KEY=your-moonshot-api-key
+# export AVANTE_AZURE_OPENAI_API_KEY="$(pass show api/azure/nvim | head -n1)"
+# export AVANTE_GEMINI_API_KEY="$(pass show api/gemini/nvim | head -n1)"
+# export AVANTE_CO_API_KEY="$(pass show api/cohere/nvim | head -n1)"
+# export AVANTE_AIHUBMIX_API_KEY="$(pass show api/aihubmix/nvim | head -n1)"
+# export AVANTE_MOONSHOT_API_KEY="$(pass show api/moonshot/nvim | head -n1)"
+
+### --- OPENAI --- ###
+export OPENAI_API_KEY="$(pass show api/chatGPT/nvim | head -n1)"