From f8e6ebf9da1910f81e9ab38c45c7a9da29cd134f Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Tue, 4 Mar 2025 16:06:22 +0800 Subject: [PATCH] feat(starship): slight rice for prompt --- users/modules/sh.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/users/modules/sh.nix b/users/modules/sh.nix index 2d229b4..eb4d256 100644 --- a/users/modules/sh.nix +++ b/users/modules/sh.nix @@ -21,6 +21,15 @@ starship = { enable = true; enableBashIntegration = true; + settings = { + format = '' + [┌──](bold green) $all + [└─>](bold green) ''; + character = { + success_symbol = "│"; + error_symbol = "│"; + }; + }; }; # Terminal Multiplexing