diff options
author | 2021-12-18 23:06:07 -0800 | |
---|---|---|
committer | 2021-12-18 23:06:07 -0800 | |
commit | 394335fa912d304d8f9dec7bf9019e1559919f93 (patch) | |
tree | 88e83d048adf63d6f65fe09578f7803335b11e72 | |
parent | 8125c05be02efbf95bb3c6f0d09e05a1bb3d42c4 (diff) | |
download | bun-394335fa912d304d8f9dec7bf9019e1559919f93.tar.gz bun-394335fa912d304d8f9dec7bf9019e1559919f93.tar.zst bun-394335fa912d304d8f9dec7bf9019e1559919f93.zip |
Update bun.fish
-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) |