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 4d6b99fb28 - Show all commits
+4
View File
@@ -9,6 +9,10 @@
# Without starship, fish's built-in prompt already emits OSC 133;A # Without starship, fish's built-in prompt already emits OSC 133;A
# on the prompt line itself, so no wrapper is needed. # on the prompt line itself, so no wrapper is needed.
# Defines fish_prompt; no script renders a prompt. Checked before the
# op-guard so the builtin short-circuits ahead of three function autoloads.
status is-interactive; or return
# Replacing the prompt is opinionated (C3 overrides) # Replacing the prompt is opinionated (C3 overrides)
__fish_config_op_enabled (status basename); or return __fish_config_op_enabled (status basename); or return