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; }; }; };