Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Dec 24, 2024
1 parent 7f65e17 commit 1aabe18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/carapace/cmd/lazyinit/nushell.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let carapace_completer = {|spans|
# put the first word of the expanded alias first in the span
$spans | skip 1 | prepend ($expanded_alias | split row " " | take 1%v)
} else {
$spans | skip 1 | prepend $spans.0%v
$spans | skip 1 | prepend ($spans.0%v)
})
carapace $spans.0 nushell ...$spans
Expand Down

0 comments on commit 1aabe18

Please sign in to comment.