From 257492868e647685e38f1b22ef258039f6b9abff Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:01:56 +0200 Subject: [PATCH] increase starship truncation length --- private_dot_config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private_dot_config/starship.toml b/private_dot_config/starship.toml index f4c57bb..7a88009 100644 --- a/private_dot_config/starship.toml +++ b/private_dot_config/starship.toml @@ -58,7 +58,7 @@ style = 'bg:nord0 fg:nord4' disabled = false [directory] -truncation_length = 1 +truncation_length = 5 truncate_to_repo = true format = '[ $path ]($style)[$read_only]($read_only_style)' style = 'bg:nord1 fg:nord4'