don't shorten paths

This commit is contained in:
2026-06-14 12:01:50 -05:00
parent 93734ca678
commit ffbac811cb
+1 -1
View File
@@ -123,7 +123,7 @@
continue continue
end 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
end end
''; '';