1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

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 )"
"$time"
];
command_timeout = 60; # 60ms must be enough. I like a responsive prompt more than additional git information.
username = {
format = "[$user]($style) ";
show_if_root = false;