6 lines
207 B
Bash
6 lines
207 B
Bash
# Local secrets — NEVER commit this file.
|
|
# Copy it to ~/.config/zsh/secrets.zsh (this repo's .gitignore excludes it)
|
|
# and fill in your real values.
|
|
|
|
export FIRECRAWL_API_KEY="replace-with-your-real-key"
|