From 39ae67ac989445d6ce83cf092997ed492a9ee1cb Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Wed, 13 Apr 2022 12:55:30 +0530 Subject: [PATCH] Fix tests --- templates/nushell.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nushell.txt b/templates/nushell.txt index ed2400f..1d6abfb 100644 --- a/templates/nushell.txt +++ b/templates/nushell.txt @@ -43,7 +43,7 @@ echo "zoxide: PWD hooks are not supported on Nushell.\nUse `zoxide init nushell # Jump to a directory using only keywords. def-env __zoxide_z [...rest:string] { - # `z -` doesn't work yet, see https://github.com/nushell/nushell/issues/4769 + # `z -` does not work yet, see https://github.com/nushell/nushell/issues/4769 let arg0 = ($rest | append '~').0 let path = if ($rest | length) <= 1 && ($arg0 | path expand | path type) == dir { $arg0