From 1f2a22fd38e2be06da129b6a9703d013eb00a683 Mon Sep 17 00:00:00 2001 From: oddlama Date: Thu, 14 Sep 2023 14:04:46 +0200 Subject: [PATCH] fix: disable broken starship nix module --- users/modules/config/shell/starship.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/users/modules/config/shell/starship.nix b/users/modules/config/shell/starship.nix index 6140e27..7691c66 100644 --- a/users/modules/config/shell/starship.nix +++ b/users/modules/config/shell/starship.nix @@ -19,7 +19,6 @@ "($jobs )" "($python )" "($rust )" - "($nix_shell )" "$time" ]; @@ -80,10 +79,6 @@ "[($ahead_behind )](green)" ]; }; - nix_shell = { - format = ''[$symbol$state( \($name\))]($style)''; - heuristic = true; # Also detect nix shell - }; status = { disabled = false; pipestatus = true;