From 3d8d6a44689c101bd40c28a3ae1961c0d56b28dd Mon Sep 17 00:00:00 2001 From: Rootiest Date: Mon, 7 Sep 2026 14:54:38 -0400 Subject: [PATCH] refactor(conf.d): move cheat completions to completions/ Thirteen lines, every one a `complete -c cheat` registration, sourced on every shell start from the wrong directory. Startup cost was already ~0 because its command substitutions are lazy, but completions/ is where fish expects the file and the move is free. --- {conf.d => completions}/cheat.fish | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {conf.d => completions}/cheat.fish (100%) diff --git a/conf.d/cheat.fish b/completions/cheat.fish similarity index 100% rename from conf.d/cheat.fish rename to completions/cheat.fish