From 5f5abfb453191c2bd3d1fb6de3a7aa7cc3ad6109 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 20 May 2026 14:01:04 +0100 Subject: refactor(zsh): drop FIRECRAWL_API_KEY export Unused; the pass entry doesn't exist on most machines, so login emitted 'Error: copilot/firecrawl-api-key is not in the password store' on every shell start. Easier to drop than to gate. --- dot_config/zsh/dot_zprofile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dot_config/zsh/dot_zprofile b/dot_config/zsh/dot_zprofile index 3722ac2..9783e8e 100644 --- a/dot_config/zsh/dot_zprofile +++ b/dot_config/zsh/dot_zprofile @@ -120,10 +120,6 @@ case $(uname -n) in ;; esac -# ── Secrets (from pass) ────────────────────────────────────────────────────── -# shellcheck disable=SC2154,SC2155 # zsh $+commands / $( ) export idiom -(( $+commands[pass] )) && export FIRECRAWL_API_KEY="$(pass show copilot/firecrawl-api-key)" - # ── Auto-start sway on VT1 ──────────────────────────────────────────────────── if [[ -z $WAYLAND_DISPLAY && $XDG_VTNR == 1 ]]; then export XDG_SESSION_TYPE=wayland -- cgit v1.3.1