summaryrefslogtreecommitdiff
path: root/mac/.config/zsh
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-08-30 11:37:24 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-08-30 11:37:24 +0900
commit08298668ccaa6990e1f971bf45c88a2541032e2e (patch)
treec908c9d93d9d803edc8c34091d2fb0a918dbf84c /mac/.config/zsh
parente129395dada177f359d41cf80967f59a1b1f0f3c (diff)
modified zsh/.zshrc
Diffstat (limited to 'mac/.config/zsh')
-rw-r--r--mac/.config/zsh/.zshrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/mac/.config/zsh/.zshrc b/mac/.config/zsh/.zshrc
index d5f3490..6d13d29 100644
--- a/mac/.config/zsh/.zshrc
+++ b/mac/.config/zsh/.zshrc
@@ -112,3 +112,12 @@ zstyle ':fzf-tab:*' switch-group ',' '.' # switch group using `,` and `.`
[ -f "${XDG_CONFIG_HOME:-${HOME}/.config}/shell/shortcutrc" ] && source "${XDG_CONFIG_HOME:-${HOME}/.config}/shell/shortcutrc"
[ -f "${XDG_CONFIG_HOME:-${HOME}/.config}/shell/shortcutenvrc" ] && source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutenvrc"
[ -f "${XDG_CONFIG_HOME:-${HOME}/.config}/shell/zshnameddirrc" ] && source "${XDG_CONFIG_HOME:-${HOME}/.config}/shell/zshnameddirrc"
+
+### --- 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