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

This commit is contained in:
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

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" &|