Update Starship configuration
This commit is contained in:
parent
e50dcbcf6e
commit
08049927e0
1 changed files with 11 additions and 0 deletions
|
@ -65,6 +65,17 @@
|
||||||
format = "\\[[$symbol($version)]($style)\\]";
|
format = "\\[[$symbol($version)]($style)\\]";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
status = {
|
||||||
|
disabled = false;
|
||||||
|
symbol = " ";
|
||||||
|
success_symbol = " ";
|
||||||
|
not_executable_symbol = " ";
|
||||||
|
not_found_symbol = " ";
|
||||||
|
sigint_symbol = " ";
|
||||||
|
signal_symbol = " ";
|
||||||
|
map_symbol = true;
|
||||||
|
};
|
||||||
|
|
||||||
time = {
|
time = {
|
||||||
format = "\\[[$time]($style)\\]";
|
format = "\\[[$time]($style)\\]";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue