remove some noise from starship prompt

This commit is contained in:
notgne2 2022-11-11 17:02:23 -07:00
parent a1e77dc4dd
commit 1b5fa8d5bf
Signed by: notgne2
SSH Key Fingerprint: SHA256:qlFCAimT/PvNIG3u+aYT9pIqFCWgu6sNsWjpV1vHLIE

View File

@ -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 = {