From f607b02ab820c45034f5dc838b1c5010d1a48f3a Mon Sep 17 00:00:00 2001 From: Phantop Date: Fri, 31 Jul 2020 16:39:24 -0400 Subject: [PATCH] Starship: don't truncate dirs --- .config/starship.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/starship.toml b/.config/starship.toml index f164c31..4706b9e 100755 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -9,3 +9,5 @@ style_success = "bright-purple" [directory] style = "bold blue" +truncation_length = 0 +truncate_to_repo = false