remove some noise from starship prompt
This commit is contained in:
parent
a1e77dc4dd
commit
1b5fa8d5bf
1 changed files with 10 additions and 0 deletions
|
@ -59,6 +59,16 @@ inputs: {
|
||||||
|
|
||||||
programs.starship = {
|
programs.starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
nix_shell = {
|
||||||
|
format = "via [$symbol$state($name)]($style) ";
|
||||||
|
impure_msg = "";
|
||||||
|
pure_msg = "";
|
||||||
|
};
|
||||||
|
cmd_duration = {
|
||||||
|
min_time = 5000;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.zoxide = {
|
programs.zoxide = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue