From 7ee5739fecbb652d2d48e6f5d0ea6178e60bbd7b Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Sat, 20 Jun 2026 14:54:57 +0200 Subject: [PATCH] Mess with truncation options --- starship/starship.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/starship/starship.toml b/starship/starship.toml index e4a994e..3a2d4df 100644 --- a/starship/starship.toml +++ b/starship/starship.toml @@ -60,8 +60,10 @@ Pop = "󰌽" [directory] style = "bg:color_orange fg:color_fg0" format = "[ $path ]($style)" -truncation_length = 30 -truncation_symbol = "…/" +truncate_to_repo = true +repo_root_format = "[ 🛠️$path ]($style)" +truncation_length = 4 +truncation_symbol = ".../" [directory.substitutions] "Documents" = "󰈙 " -- 2.51.2