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 { - "" + "" }) }