From af8c8b14ca12e3697d6ec12fdd86b2683e0fccc1 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 7 Oct 2023 01:57:16 -0400 Subject: [PATCH] fix(starship): don't truncate path --- nixos/home/bashdots.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/home/bashdots.nix b/nixos/home/bashdots.nix index 808089e8..29618aed 100644 --- a/nixos/home/bashdots.nix +++ b/nixos/home/bashdots.nix @@ -48,6 +48,7 @@ style = "fg:#bd93f9 bg:#382c4a"; format = "[ $path ]($style)"; truncate_to_repo = false; + truncation_length = 0; }; directory.substitutions = {