From 9ae8519506a2bb123cfb9ab48b13136236a57731 Mon Sep 17 00:00:00 2001 From: Juhan280 Date: Thu, 12 Feb 2026 20:09:10 +0600 Subject: [PATCH] always escape the paths --- templates/nushell.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nushell.txt b/templates/nushell.txt index 5a0d330..cefa049 100644 --- a/templates/nushell.txt +++ b/templates/nushell.txt @@ -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 }