1
0
Fork 0

Update Starship configuration

This commit is contained in:
Daniel Kempkens 2021-12-08 21:48:41 +01:00
parent e50dcbcf6e
commit 08049927e0

View file

@ -65,6 +65,17 @@
format = "\\[[$symbol($version)]($style)\\]";
};
status = {
disabled = false;
symbol = " ";
success_symbol = " ";
not_executable_symbol = " ";
not_found_symbol = " ";
sigint_symbol = " ";
signal_symbol = " ";
map_symbol = true;
};
time = {
format = "\\[[$time]($style)\\]";
};