chore: add starship command timeout for responsive promts in huge git projects like nixpkgs

This commit is contained in:
oddlama 2023-09-30 14:54:08 +02:00
parent 8dc3266b7f
commit 8a86a2992f
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -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;