From f08974a1667be14012cb4f02ca85355655909ef4 Mon Sep 17 00:00:00 2001 From: Matthew Dolan Date: Thu, 26 Feb 2026 22:16:51 -0800 Subject: [PATCH] Guard op plugin sourcing --- home/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/.zshrc b/home/.zshrc index c8aada1..c8693b5 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -146,6 +146,11 @@ _agents_check_for_upgrade() { } _agents_check_for_upgrade +# Source 1Password plugins if available +if [[ -f "${HOME}/.config/op/plugins.sh" ]]; then + source "${HOME}/.config/op/plugins.sh" +fi + # Source ~/.zshrc.local (not checked into the repo) # This is where you would put local configuration that's only for this computer. # For example, sourcing company specific files or setting secret keys as