fix(bun): set `SHELL` when generating completions (#12533)

pull/12541/head
Pedro Barbiero 2024-07-02 12:14:17 -03:00 committed by GitHub
parent 5233759206
commit 80ec8cd529
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ if [[ ! -f "$ZSH_CACHE_DIR/completions/_bun" ]]; then
_comps[bun]=_bun _comps[bun]=_bun
fi fi
bun completions >| "$ZSH_CACHE_DIR/completions/_bun" &| SHELL=zsh bun completions >| "$ZSH_CACHE_DIR/completions/_bun" &|