From c0bf0e86d77a21138e86716c78cae749a9f6df2a Mon Sep 17 00:00:00 2001 From: marcelarie Date: Tue, 8 Oct 2024 20:10:43 +0200 Subject: [PATCH] remove whitespace --- templates/nushell.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nushell.txt b/templates/nushell.txt index 2fa3f34..3a89af4 100644 --- a/templates/nushell.txt +++ b/templates/nushell.txt @@ -48,7 +48,7 @@ def --env --wrapped __zoxide_z [...rest:string] { (try { zoxide query --exclude $env.PWD -- ...$rest | str trim -r -c "\n" } catch { - "" + "" }) }