summaryrefslogtreecommitdiff
path: root/starship/starship.toml
diff options
context:
space:
mode:
authorJosh <joshott16@gmail.com>2024-01-01 21:13:49 -0500
committerJosh <joshott16@gmail.com>2024-01-01 21:13:49 -0500
commit4600c02bbfe902c8755587983600623626a8d8da (patch)
tree8bdc6e47d00ce0eee8690a3db8b7d4f952417d8f /starship/starship.toml
parentba2404d4e1666006ecb154df7aab448db9a5f239 (diff)
downloaddotfiles-4600c02bbfe902c8755587983600623626a8d8da.tar.gz
dotfiles-4600c02bbfe902c8755587983600623626a8d8da.zip
starship and xplr updates
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)'