From 321b80f1f8735aa0da52c50567a5e04b24c8b565 Mon Sep 17 00:00:00 2001 From: Rootiest Date: Mon, 7 Sep 2026 07:32:03 -0400 Subject: [PATCH] perf(conf.d): load tailscale completions lazily from completions/ conf.d/tailscale.fish is 252 lines of Cobra-generated completion that fish sourced on every shell start, and its self-priming block executed the tailscale binary to warm the completion cache. completions/ is the directory fish autoloads on first . Measured: 19.2 ms off both interactive and non-interactive startup. --- {conf.d => completions}/tailscale.fish | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {conf.d => completions}/tailscale.fish (100%) diff --git a/conf.d/tailscale.fish b/completions/tailscale.fish similarity index 100% rename from conf.d/tailscale.fish rename to completions/tailscale.fish