feat: make the starship prompt clearner
This commit is contained in:
parent
25e1ea91bd
commit
bf4cd75c19
1 changed files with 6 additions and 3 deletions
9
home.nix
9
home.nix
|
|
@ -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)";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue