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 = {
directory = {
format = "[ $path ]($style)";
format = "[](bold #89dceb)[ $path ]($style)";
style = "bold #94e2d5";
};
character = {
success_symbol = "[](bold #89dceb)[ ](bold green)";
error_symbol = "[](bold #89dceb)[ ](bold red)";
success_symbol = "[ ](bold #89dceb)[](bold green)";
error_symbol = "[ ](bold #89dceb)[](bold red)";
# error_symbol = "[ ](bold #89dceb)[ ✗](bold red)";
};