diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 55b3ed8..9758eaa 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -199,6 +199,12 @@ eval "$(fzf --zsh 2>/dev/null)" # --------------------------------------------------------------------------- export ENGRAM_URL="${ENGRAM_URL:-http://kaiser.local:7438}" +# --------------------------------------------------------------------------- +# Firecrawl — self-hosted on kaiser.local:3002 +# --------------------------------------------------------------------------- +export FIRECRAWL_API_KEY="${FIRECRAWL_API_KEY:-firecrawl-local-admin}" +export FIRECRAWL_API_URL="${FIRECRAWL_API_URL:-http://kaiser.local:3002}" + # --------------------------------------------------------------------------- # Fastfetch — run on every interactive shell start # ---------------------------------------------------------------------------