remove some noise from starship prompt
This commit is contained in:
parent
a1e77dc4dd
commit
1b5fa8d5bf
@ -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…
Reference in New Issue
Block a user