diff --git a/dotfiles/starship/starship.toml b/dotfiles/starship/starship.toml index 39f5aa7..445feb7 100644 --- a/dotfiles/starship/starship.toml +++ b/dotfiles/starship/starship.toml @@ -1,9 +1,9 @@ "$schema" = 'https://starship.rs/config-schema.json' -#format = '${custom.tztime}$all$directory$character' format = '$directory$character' right_format = '$all' -add_newline = true # Inserts a blank line between shell prompts +add_newline = true +command_timeout = 2000 [character] success_symbol = '[➜ ](bold green)'