From ab9c1afe1b32eded26dd398901a448f2e0d1fbcd Mon Sep 17 00:00:00 2001 From: Jeremie Fraeys Date: Fri, 18 Oct 2024 14:35:56 -0400 Subject: [PATCH] minor changes --- starship/.config/starship.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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