use display_override

This commit is contained in:
Juhan280 2026-02-21 02:28:23 +06:00
parent b8844cd373
commit be220c9542
1 changed files with 3 additions and 2 deletions

View File

@ -62,8 +62,9 @@ module zoxide_integration {
| lines | each {
if $in starts-with $"($homedir)(char psep)" {
str replace $homedir "~"
} else {} | debug --raw-value
} | wrap value
} else {}
} | wrap display_override
| insert value { get display_override | debug --raw-value }
| insert span { start: ($ast | first).span.start, end: ($ast | last).span.end }
{