From db4d183fc220d6a39a95748470ee4eacaa27c672 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Tue, 4 Mar 2025 18:37:55 +0800 Subject: [PATCH] feat(starship): undid the rice --- users/modules/sh.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/users/modules/sh.nix b/users/modules/sh.nix index eb4d256..ec5f036 100644 --- a/users/modules/sh.nix +++ b/users/modules/sh.nix @@ -22,13 +22,6 @@ enable = true; enableBashIntegration = true; settings = { - format = '' - [┌──](bold green) $all - [└─>](bold green) ''; - character = { - success_symbol = "│"; - error_symbol = "│"; - }; }; };