always escape the paths

This commit is contained in:
Juhan280 2026-02-12 20:09:10 +06:00
parent 79f5f6671b
commit 9ae8519506
1 changed files with 1 additions and 1 deletions

View File

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