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:
parent
8dc3266b7f
commit
8a86a2992f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue