diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index c93b665..bad781f 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -3,7 +3,7 @@ add_newline = false palette = "monokai_pro" -command_timeout = 1000 +command_timeout = 5000 # Customize your prompt to ensure everything is on a single line format = """\ @@ -56,7 +56,7 @@ vicmd_symbol = "[ V](bold green)" format = "[$path]($style)[$read_only]($read_only_style)" style = "bright-cyan" truncation_length = 3 -truncation_symbol = "~/…/" +truncation_symbol = "…/" [line_break] disabled = true