feat: add catppuccin nim-style fallback prompt and overhaul right prompt #47

Merged
rootiest merged 9 commits from feat/catppuccin-fallback-prompt into main 2026-06-12 04:57:37 +00:00
Showing only changes of commit fefcb9034b - Show all commits
+16
View File
@@ -0,0 +1,16 @@
# Copyright (C) 2026 Rootiest
# SPDX-License-Identifier: AGPL-3.0-or-later
#
# SYNOPSIS
# fish_mode_prompt
#
# DESCRIPTION
# Empty override. Suppresses fish's built-in vi-mode prefix ([N]/[I]/etc.)
# that would prepend to the prompt line and break the two-line nim layout.
# Vi-mode display is handled inside fish_prompt itself.
#
# EXAMPLE
# # Rendered automatically by fish; not called directly.
function fish_mode_prompt
end