From 733335312baa07130208aecd0acf7e02f6a75f2c Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Thu, 22 Sep 2022 09:52:01 -0400 Subject: [PATCH] starship changes --- zsh/starship.toml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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