Increase command timeout for starship

This commit is contained in:
Evie Litherland-Smith 2023-05-29 08:33:49 +01:00
parent 2cc371ed63
commit 7e69d6a9cf

View file

@ -1,8 +1,7 @@
# Get editor completions based on the config schema # Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json' "$schema" = 'https://starship.rs/config-schema.json'
# format = "$directory$git_branch$git_status$character" command_timeout = 1000
# right_format = "$all"
# Inserts a blank line between shell prompts # Inserts a blank line between shell prompts
add_newline = true add_newline = true