From df8a0a2bfc5f9a73b7d7b39fa6102d290778b4e3 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 3 Feb 2024 09:13:07 +0700 Subject: [PATCH] starship: shorter dir display --- .config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/starship.toml b/.config/starship.toml index 19e45e322..3535769d6 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -81,7 +81,7 @@ show_always = true home_symbol = "  " read_only = "  " style = "bg:blue fg:black" -truncation_length = 30 +truncation_length = 6 truncation_symbol = "••/" format = '[](bold fg:blue)[$path ]($style)[](bold fg:blue)'