perf(conf.d): cut shell startup latency by ~30% #130

Merged
rootiest merged 16 commits from perf/startup-latency into main 2026-09-08 05:30:06 +00:00
Showing only changes of commit 2edea59ca3 - Show all commits
+5
View File
@@ -13,6 +13,11 @@
# #
# Manage the registry with: auto-pull add / remove / list / status # Manage the registry with: auto-pull add / remove / list / status
# Registers an --on-variable PWD handler that backgrounds a git fetch. In a
# script that cd's, that is both wasted work and AGENTS.md Task #4's
# credential-prompt hazard fired from a background job.
status is-interactive; or return
# C2 guard: when auto-execution is disabled, do not register the handler. # C2 guard: when auto-execution is disabled, do not register the handler.
__fish_config_op_enabled (status basename); or exit __fish_config_op_enabled (status basename); or exit