From 85e030bb78c1a77bc079e56ee8ebe18caf2fb452 Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 8 Oct 2025 13:22:50 -0600 Subject: [PATCH] chore: yeet some keys --- dot_config/zsh/private_dot_zshrc.tmpl | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/dot_config/zsh/private_dot_zshrc.tmpl b/dot_config/zsh/private_dot_zshrc.tmpl index d9ea6811a8394dab19a916ffd70d3606c1837b78..442cd9180c556495c0605b130d42e744d50d8d1f 100644 --- a/dot_config/zsh/private_dot_zshrc.tmpl +++ b/dot_config/zsh/private_dot_zshrc.tmpl @@ -145,19 +145,6 @@ CASE_SENSITIVE="false" # Disable dumb Python keyring integration export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring -# Authenticate to local Radicle (.xyz) node -export RAD_PASSWORD='{{ onepasswordRead "op://Private/2ujzijel6ni3np2uj5k5syptzm/password" }}' - -export JIRA_API_TOKEN='{{ onepasswordRead "op://Private/Atlassian/jira key" }}' - -# LLM Crap -export OPENAI_API_BASE='https://openrouter.ai/api/v1' -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://Shared/Kagi/api_key" }}' - #HYPHEN_INSENSITIVE="true" # Uncomment the following line if pasting URLs and other text is messed up. # DISABLE_MAGIC_FUNCTIONS=true