From 9bd7f5ff56350bfae37c8ff8e8f2053833a1df02 Mon Sep 17 00:00:00 2001 From: kiana-S Date: Sat, 12 Mar 2022 20:56:44 -0500 Subject: [PATCH] Fix starship formatting issue again --- common/home-manager/shell/starship.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/home-manager/shell/starship.nix b/common/home-manager/shell/starship.nix index 65a744d..e7bd25e 100644 --- a/common/home-manager/shell/starship.nix +++ b/common/home-manager/shell/starship.nix @@ -23,8 +23,7 @@ }; nix_shell = { - symbol = "❄️"; - format = "via [$symbol$name( \($state\))]($style) "; + symbol = "❄️ "; }; git_status = {