mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
fix(bun): set SHELL when generating completions (#12533)
This commit is contained in:
parent
5233759206
commit
80ec8cd529
1 changed files with 1 additions and 1 deletions
|
|
@ -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" &|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue