diff options
| author | 2026-05-20 14:01:04 +0100 | |
|---|---|---|
| committer | 2026-05-20 14:01:04 +0100 | |
| commit | 5f5abfb453191c2bd3d1fb6de3a7aa7cc3ad6109 (patch) | |
| tree | ec7ca631d28da730e7177a27b4b0eadeb72157ce /dot_config | |
| parent | b3cc23dee9e8efbc89cec8f88de6618c852bcd64 (diff) | |
| download | dotfiles-5f5abfb453191c2bd3d1fb6de3a7aa7cc3ad6109.tar.gz dotfiles-5f5abfb453191c2bd3d1fb6de3a7aa7cc3ad6109.tar.bz2 dotfiles-5f5abfb453191c2bd3d1fb6de3a7aa7cc3ad6109.zip | |
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.
Diffstat (limited to 'dot_config')
| -rw-r--r-- | dot_config/zsh/dot_zprofile | 4 |
1 files changed, 0 insertions, 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 |
