fix: starship symbols
This commit is contained in:
parent
d5c1a63ba3
commit
a28b270551
@ -635,7 +635,10 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
add_newline = false;
|
add_newline = false;
|
||||||
character.symbol = ">";
|
character = {
|
||||||
|
success_symbol = "[>](bold green)";
|
||||||
|
error_symbol = "[>](bold red)";
|
||||||
|
};
|
||||||
directory = {
|
directory = {
|
||||||
truncation_length = 2;
|
truncation_length = 2;
|
||||||
truncate_to_repo = false;
|
truncate_to_repo = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user