Skip to content

Commit

Permalink
fix(bun): set SHELL when generating completions (ohmyzsh#12533)
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbieroDB1 authored Jul 2, 2024
1 parent 5233759 commit 80ec8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/bun/bun.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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" &|

0 comments on commit 80ec8cd

Please sign in to comment.