feat: make the starship prompt clearner

This commit is contained in:
Jet 2026-03-15 14:36:29 -07:00
parent 25e1ea91bd
commit bf4cd75c19
No known key found for this signature in database

View file

@ -154,11 +154,14 @@
enable = true;
enableBashIntegration = true;
settings = {
cmd_duration.min_time = 500;
format = "$directory$git_status$nix_shell$cmd_duration$line_break$character";
directory.truncation_length = 3;
nix_shell.format = "[$symbol]($style) ";
battery.disabled = false;
git_status.style = "red";
git_branch.disabled = true;
nix_shell.format = "[$symbol]($style) ";
cmd_duration.min_time = 500;
character.success_symbol = "[](bold green)";
character.error_symbol = "[](bold red)";
};
};