From ffbac811cb763f6ea7bb1d76385c3f3579ebb3c9 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sun, 14 Jun 2026 12:01:50 -0500 Subject: [PATCH] don't shorten paths --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 191098c..1557f4a 100755 --- a/home.nix +++ b/home.nix @@ -123,7 +123,7 @@ continue end - string join / -- (string replace -ar -- '(\.?[^/]{'"$fish_prompt_pwd_dir_length"'})[^/]*/' '$1/' $tmp) $full + string join / -- (string replace -ar -- '(\.?[^/]{'"100"'})[^/]*/' '$1/' $tmp) $full end end '';