diff options
-rw-r--r-- | completions/bun.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/bun.fish b/completions/bun.fish index 3a316d0d6..cc583a181 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) |