starship: add scan and command timeouts

This commit is contained in:
surtur 2022-03-26 02:14:48 +01:00
parent 3ccdbab746
commit d48ba42444
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -6,6 +6,9 @@ $status\
$character
"""
scan_timeout = 25
command_timeout = 200
[character]
success_symbol = " [➜](bold green)"
error_symbol = " [🔥](bold #ee4e4e)"