We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ac7d7 commit d4f56a1Copy full SHA for d4f56a1
1 file changed
scripts/lsi.nu
@@ -2,7 +2,7 @@
2
# you can open env.nu in nushell with `config env`
3
4
def-env lsi [...path: string] {
5
- let output = (ls-interactive ($path | str collect ' '))
+ let output = (ls-interactive ($path | str join ' '))
6
cd (
7
if ($output | is-empty) { $env.PWD }
8
else { $output }
0 commit comments