test starship config

This commit is contained in:
Frost-Phoenix 2023-11-06 23:52:41 +01:00
parent 948fae3cf2
commit bd64fa7e1e

View file

@ -9,13 +9,13 @@
settings = { settings = {
directory = { directory = {
format = "[ $path ]($style)"; format = "[](bold #89dceb)[ $path ]($style)";
style = "bold #94e2d5"; style = "bold #94e2d5";
}; };
character = { character = {
success_symbol = "[](bold #89dceb)[ ](bold green)"; success_symbol = "[ ](bold #89dceb)[](bold green)";
error_symbol = "[](bold #89dceb)[ ](bold red)"; error_symbol = "[ ](bold #89dceb)[](bold red)";
# error_symbol = "[ ](bold #89dceb)[ ✗](bold red)"; # error_symbol = "[ ](bold #89dceb)[ ✗](bold red)";
}; };