Skip to content

Instantly share code, notes, and snippets.

View nickwb's full-sized avatar

Nick Young nickwb

  • Brisbane, Australia
View GitHub Profile
@nickwb
nickwb / starship-daemon.md
Created April 14, 2020 13:24
Starship Daemon Concept

Starship Daemon Concept

This is a concept for an updated architecture for starship, which I think is worthy of further exploration and testing.

Motivation

Starship is a fast prompt for most users, most of the time. However, some of its modules are inherently I/O intensive, and this can lead to poor prompt performance under some conditions. For example, the git_status module can be slow to compute in very large git repositories.