fix(security): move plaintext API keys to gitignored secrets.fish

This commit is contained in:
2026-09-09 08:15:57 +02:00
parent bae30b13ec
commit 062c7307df
3 changed files with 10 additions and 5 deletions
+1 -5
View File
@@ -59,11 +59,7 @@ set --global fish_pager_color_prefix normal --bold --underline
set --global fish_pager_color_progress brwhite --background=cyan
set --global fish_pager_color_selected_background -r
# API-Keys
set -gx GEMINI_API_KEY "AIzaSyBu-u9JIHoPR_wIsjwjelo1lGUzzxKKofQ"
set -gx JULES_API_KEY "AQ.Ab8RN6LXe33UjfpBGpityANYBO-pHUwZEG7wKoM4V7yWTAezoQ"
set -gx GCP_PROJECT_ID "gen-lang-client-0990109275"
# set -gx SSH_AUTH_SOCK "$HOME/Library/Group Containers/2BU85C4SUE.com.1password/t/agent.sock"
# Secrets and private API keys are loaded automatically from ~/.config/fish/conf.d/secrets.fish (gitignored)
# Added by Antigravity CLI installer