From 861cba8bf79324dbb4d6251dc81705a67a3b4fbb Mon Sep 17 00:00:00 2001 From: surtur Date: Sat, 26 Mar 2022 02:18:15 +0100 Subject: [PATCH] starship(format): add directory truncation symbol --- .config/starship.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/starship.toml b/.config/starship.toml index c15b8ac..3bde850 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -36,6 +36,7 @@ min_time_to_notify = 10_000 [directory] truncate_to_repo = true +truncation_symbol = "…/" style = "bold blue" [docker_context]