diff options
author | Thanos Apollo <[email protected]> | 2023-10-20 01:36:02 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-20 01:36:02 +0300 |
commit | 4f80a3473e6316b4fa2f4890e8aa5f54b5c1e8a8 (patch) | |
tree | 5fd235f3c8b71d0479bec679893f5b304dbfa7a1 | |
parent | a2e52af80612f38d4419ac6890beef5a09a435bd (diff) |
shells:(starship) Update git symbol
-rw-r--r-- | .config/starship.toml | 2 |
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] |