til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

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