diff options
author | 2022-12-20 17:52:46 -0800 | |
---|---|---|
committer | 2022-12-20 17:52:46 -0800 | |
commit | 1c09c1663dc9ad6dbd08fc2278f06b122c89f7bb (patch) | |
tree | 102155ccd7d8e1ef1816336ac906e065c65ab663 | |
parent | 5d97d356ed6a0a465bbeabea4291ba0fd5eb45a4 (diff) | |
download | bun-completions.tar.gz bun-completions.tar.zst bun-completions.zip |
Remove commentcompletions
-rw-r--r-- | completions/bun.zsh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/completions/bun.zsh b/completions/bun.zsh index 8b3af4026..e806cb2c3 100644 --- a/completions/bun.zsh +++ b/completions/bun.zsh @@ -267,7 +267,6 @@ _bun() { _arguments -s -C \ '1: :->cmd' \ '2: :->cmd2' \ - # ':::(ls)' \ '*: :->args' && ret=0 ;; |