diff --git a/.config/starship.toml b/.config/starship.toml index 90b2553..1d6d72d 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -21,6 +21,7 @@ disabled = false [character] # The name of the module we are configuring is "character" success_symbol = "[➜](bold green)" # The "success_symbol" segment is being set to "➜" with the color "bold green" error_symbol = "[✗](bold red)" + #   # configure directory [directory] @@ -65,6 +66,17 @@ symbol = " " [git_branch] symbol = " " +[git_status] +format = '([\[$all_status$ahead_behind\]]($style) )' +stashed = "[${count}*](green)" +modified = "[${count}+](yellow)" +deleted = "[${count}-](red)" +conflicted = "[${count}~](red)" +ahead = "⇡${count}" +behind = "⇣${count}" +untracked = "[${count}?](blue)" +staged = "[${count}+](green)" + [golang] symbol = " "