remove starship settings for defaults

This commit is contained in:
Ivan Dimitrov 2024-01-29 12:06:42 +00:00
parent a66c089a10
commit d22690a1b8

View File

@ -37,13 +37,6 @@
starship = { starship = {
enable = true; enable = true;
enableNushellIntegration = true; enableNushellIntegration = true;
settings = {
add_newline = true;
character = {
success_symbol = "[](bold green)";
error_symbol = "[](bold red)";
};
};
}; };
}; };
} }