Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 453 Bytes

increase_interval_for_slow_commands.md

File metadata and controls

16 lines (10 loc) · 453 Bytes

Increase Interval for Slow Commands

If you commands take extra long time and starship complains, you can increase the interval starship waits for the command before complaining.

Specify this before any of the sections:

command_timeout = 1000

The default timeout is 500 milliseconds and you have to specify the interval in milliseconds.

Resources and References

  1. starship: configuration