Skip to content

Commit

Permalink
fix nushell 0.78
Browse files Browse the repository at this point in the history
  • Loading branch information
Araxeus committed Apr 5, 2023
1 parent 07ac7d7 commit d4f56a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lsi.nu
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# you can open env.nu in nushell with `config env`

def-env lsi [...path: string] {
let output = (ls-interactive ($path | str collect ' '))
let output = (ls-interactive ($path | str join ' '))
cd (
if ($output | is-empty) { $env.PWD }
else { $output }
Expand Down

0 comments on commit d4f56a1

Please sign in to comment.