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