test starship config

This commit is contained in:
Frost-Phoenix 2023-11-06 23:59:40 +01:00
parent 5d53a0e4f4
commit 1450b384d7

View file

@ -9,13 +9,13 @@
settings = { settings = {
directory = { directory = {
format = "[ ](bold #89dceb)[ $path ]($style)"; format = "[](bold #89dceb)[ $path ]($style)";
style = "bold #Lavender"; style = "bold #b4befe";
}; };
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)";
}; };