starship: add symbol for C module

This commit is contained in:
Evie Litherland-Smith 2024-01-22 10:36:20 +00:00
parent 124802b5dd
commit 74720e4632

View file

@ -133,6 +133,7 @@
enableFishIntegration = true; enableFishIntegration = true;
enableTransience = true; enableTransience = true;
settings = { settings = {
c = { symbol = " "; };
command_timeout = 1000; command_timeout = 1000;
container = { symbol = " "; }; container = { symbol = " "; };
add_newline = false; add_newline = false;