diff --git a/zsh/starship.toml b/zsh/starship.toml index 189aee1..f23000a 100644 --- a/zsh/starship.toml +++ b/zsh/starship.toml @@ -1,12 +1,24 @@ command_timeout = 1000 +continuation_prompt = "→→" [character] -success_symbol ="[◯](bold green)" +success_symbol = "[◯](bold green)" error_symbol = "[✗](bold red)" vicmd_symbol = "[ƴ](bold yellow)" +[git_metrics] +disabled = false +added_style = "bold blue" + +[git_status] +disabled = true +ahead = "⇡${count}" +diverged = "⇕⇡${ahead_count}⇣${behind_count}" +behind = "⇣${count}" + + [jobs] symbol = "+" [battery] -disabled = true \ No newline at end of file +disabled = true