diff --git a/modules/features/shell.nix b/modules/features/shell.nix index 0b9dc03..302b4aa 100644 --- a/modules/features/shell.nix +++ b/modules/features/shell.nix @@ -117,7 +117,6 @@ "$directory" "$git_branch" "$git_state" - "$git_status" "$line_break" "$character" ]; @@ -133,15 +132,6 @@ style = ""; }; - git_status = { - format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218)($ahead_behind$stashed)]($style)"; - style = "cyan"; - conflicted = ""; - renamed = ""; - deleted = ""; - stashed = "≡"; - }; - git_state = { format = "([$state( $progress_current/$progress_total)]($style)) "; style = "bright-black";