From 8f4a8c94d08c2efdae7b67ec5207177d08a08127 Mon Sep 17 00:00:00 2001 From: quak Date: Fri, 28 Mar 2025 16:10:01 +0100 Subject: [PATCH] less ambiguous truncation identifier for starship directory module --- starship/.config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index a429249..c6866c8 100755 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -58,7 +58,7 @@ disabled = false style = "fg:zx_white" format = "[ $path ]($style)" truncation_length = 4 -truncation_symbol = "../" +truncation_symbol = "..." truncate_to_repo = false [git_branch]