summaryrefslogtreecommitdiff
path: root/starship/starship.toml
diff options
context:
space:
mode:
Diffstat (limited to 'starship/starship.toml')
-rw-r--r--starship/starship.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/starship/starship.toml b/starship/starship.toml
index 978f3d2..7b32ef3 100644
--- a/starship/starship.toml
+++ b/starship/starship.toml
@@ -65,12 +65,13 @@ format = '[ $symbol $branch ]($style)'
[git_status]
style = "bg:git_color fg:black bold"
+deleted = '󰗨'
format = '[$all_status$ahead_behind ]($style)'
[character]
disabled = false
-success_symbol = '[─󰁔](fg:id_color)'
-error_symbol = '[⟮](fg:id_color)[󰁔](fg:red)'
+success_symbol = '[─](fg:id_color)'
+error_symbol = '[⟮](fg:id_color)[](fg:red)'
vimcmd_symbol = '[⟮](fg:id_color)[](fg:green)'
vimcmd_replace_one_symbol = '[⟮](fg:id_color)[](fg:mauve)'
vimcmd_replace_symbol = '[⟮](fg:id_color)[](fg:mauve)'