From f47d5711f3db75e665640d511901bc81b761cb13 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 8 May 2024 13:56:38 +0200 Subject: [PATCH] Adjust the starship settings --- modules/home/shell/starship.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/home/shell/starship.nix b/modules/home/shell/starship.nix index ca827fb..1166692 100644 --- a/modules/home/shell/starship.nix +++ b/modules/home/shell/starship.nix @@ -12,11 +12,10 @@ enableZshIntegration = true; settings = { - cmd_duration.disabled = true; directory = { truncation_length = 0; truncation_symbol = "…/"; - truncate_to_repo = false; + truncate_to_repo = true; }; }; };