Skip to content

Commit 3b0b7da

Browse files
authored
Merge pull request #146 from rsteube/updated-shell-completion
added oil and xonsh to completions
2 parents d6f362f + 45c9473 commit 3b0b7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

carapace/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ func init() {
6161

6262
carapace.Gen(rootCmd).PositionalCompletion(
6363
carapace.ActionValues(completers...),
64-
carapace.ActionValues("bash", "elvish", "fish", "powershell", "zsh"),
64+
carapace.ActionValues("bash", "elvish", "fish", "oil", "powershell", "xonsh", "zsh"),
6565
)
6666
}

0 commit comments

Comments
 (0)