forked from mirrors_public/oddlama_nix-config
chore: add starship command timeout for responsive promts in huge git projects like nixpkgs
This commit is contained in:
parent
8dc3266b7f
commit
8a86a2992f
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
||||||
"($rust )"
|
"($rust )"
|
||||||
"$time"
|
"$time"
|
||||||
];
|
];
|
||||||
|
command_timeout = 60; # 60ms must be enough. I like a responsive prompt more than additional git information.
|
||||||
username = {
|
username = {
|
||||||
format = "[$user]($style) ";
|
format = "[$user]($style) ";
|
||||||
show_if_root = false;
|
show_if_root = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue