summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh <joshott16@gmail.com>2024-01-01 21:14:38 -0500
committerJosh <joshott16@gmail.com>2024-01-01 21:14:38 -0500
commit3497f5cc1be13cba0dcccc465db3314f213c7665 (patch)
treed4e8856852ad5580af7ae2a54bee8e6afc1b83a0
parent4600c02bbfe902c8755587983600623626a8d8da (diff)
downloaddotfiles-3497f5cc1be13cba0dcccc465db3314f213c7665.tar.gz
dotfiles-3497f5cc1be13cba0dcccc465db3314f213c7665.zip
revert bad arrow change
-rw-r--r--starship/starship.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/starship/starship.toml b/starship/starship.toml
index 7b32ef3..a92e6bf 100644
--- a/starship/starship.toml
+++ b/starship/starship.toml
@@ -70,8 +70,8 @@ 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)'