0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00

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
fi
bun completions >| "$ZSH_CACHE_DIR/completions/_bun" &|
SHELL=zsh bun completions >| "$ZSH_CACHE_DIR/completions/_bun" &|