From 98ea8609fdb0e8208232ab92ee3821754989160d Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 1 Mar 2026 11:26:20 -0500 Subject: [PATCH] feat(shell): better continuation prompt --- home/modules/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/shell.nix b/home/modules/shell.nix index 14d0fbe..d07f58f 100644 --- a/home/modules/shell.nix +++ b/home/modules/shell.nix @@ -224,6 +224,7 @@ in "$character" ]; add_newline = true; + continuation_prompt = "[>>](dimmed purple) "; character = { success_symbol = "[>](bold purple)"; error_symbol = "[>](bold red)";