Starship: add custom status symbols back
Default values aren't good for vertical spacing
This commit is contained in:
parent
a666e4a78d
commit
d000b0f502
|
@ -62,6 +62,12 @@
|
|||
disabled = false;
|
||||
map_symbol = true;
|
||||
pipestatus = true;
|
||||
symbol = " ";
|
||||
success_symbol = "";
|
||||
not_executable_symbol = " ";
|
||||
not_found_symbol = " ";
|
||||
sigint_symbol = " ";
|
||||
signal_symbol = " ";
|
||||
};
|
||||
sudo = {disabled = false;};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue