summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-10-20 01:36:02 +0300
committerThanos Apollo <[email protected]>2023-10-20 01:36:02 +0300
commit4f80a3473e6316b4fa2f4890e8aa5f54b5c1e8a8 (patch)
tree5fd235f3c8b71d0479bec679893f5b304dbfa7a1
parenta2e52af80612f38d4419ac6890beef5a09a435bd (diff)
shells:(starship) Update git symbol
-rw-r--r--.config/starship.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/starship.toml b/.config/starship.toml
index d32f734..e424a8c 100644
--- a/.config/starship.toml
+++ b/.config/starship.toml
@@ -27,7 +27,7 @@ format = "[$path](yellow)[$lock_symbol]($lock_style) "
[git_branch]
format = " [$symbol$branch]($style) "
-symbol = "[](bold green) "
+symbol = "[](bold red) "
style = "blue bold"
[git_commit]