Skip to content

Commit d4f56a1

Browse files
committed
fix nushell 0.78
1 parent 07ac7d7 commit d4f56a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/lsi.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# you can open env.nu in nushell with `config env`
33

44
def-env lsi [...path: string] {
5-
let output = (ls-interactive ($path | str collect ' '))
5+
let output = (ls-interactive ($path | str join ' '))
66
cd (
77
if ($output | is-empty) { $env.PWD }
88
else { $output }

0 commit comments

Comments
 (0)