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;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
cmd_duration.min_time = 500;
|
format = "$directory$git_status$nix_shell$cmd_duration$line_break$character";
|
||||||
directory.truncation_length = 3;
|
directory.truncation_length = 3;
|
||||||
nix_shell.format = "[$symbol]($style) ";
|
git_status.style = "red";
|
||||||
battery.disabled = false;
|
|
||||||
git_branch.disabled = true;
|
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