diff --git a/completions/bun.fish b/completions/bun.fish index 3a316d0d6d..cc583a1811 100644 --- a/completions/bun.fish +++ b/completions/bun.fish @@ -4,6 +4,7 @@ # 2. there are global options # 3. bun {install add remove} gets special options # 4. I don't know how to write fish completions well +# Contributions very welcome!! function __fish__get_bun_bins string split ' ' (bun getcompletes b)