From 16394da0d9298a1cbd72ca12de778e01892909d3 Mon Sep 17 00:00:00 2001 From: rootiest Date: Fri, 12 Jun 2026 00:49:28 -0400 Subject: [PATCH] docs: mention catppuccin fallback prompt in README overview --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5683d56..3f61851 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ abbreviation system for keyboard-driven workflows. This config layers on top of the CachyOS base Fish configuration and adds: - **Catppuccin Mocha** theming throughout (prompt, FZF, syntax highlighting) -- **Starship** prompt with VI key bindings +- **Starship** prompt with VI key bindings; Catppuccin Mocha nim-style fallback prompt when Starship is absent or C3 overrides are disabled - **Fisher** plugin manager bootstrapped automatically; manages `sponge` (failed-command history filter); FZF bindings, Catppuccin theme, done, autopair, and puffer-fish are bundled directly with the config as customized versions - **Smart CLI wrappers** that prefer modern tools (`eza`, `bat`, `btop`, `dust`, `prettyping`) with graceful fallbacks - **Auto Python venv** activation on directory change (direnv-aware)