Fix the starship prompt

This commit is contained in:
Tyler Kelley 2024-01-15 13:16:57 -06:00
parent 4be7cba3d0
commit c80e3df9bf

View File

@ -42,7 +42,8 @@
settings = { settings = {
add_newline = true; add_newline = true;
character = { character = {
success_symbol = '[](bold green)'; success_symbol = "[](bold green)";
error_symbol = "[](bold red)";
}; };
package = { package = {
disabled = false; disabled = false;