starship: strip prompt to essentials

This commit is contained in:
2026-03-04 10:23:04 +00:00
parent fd24b0d613
commit 09d0050014

View File

@@ -3,7 +3,7 @@
enable = true; enable = true;
enableNushellIntegration = true; enableNushellIntegration = true;
settings = { settings = {
format = "$directory\${custom.scm}$all"; format = "$directory\${custom.scm}$hostname$line_break$character";
buf = { buf = {
disabled = true; disabled = true;
}; };