1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-03-30 19:23:56 +08:00
This commit is contained in:
Tugrul Ates 2026-03-19 12:14:46 -04:00 committed by GitHub
commit 4f25bf7699
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,4 +25,4 @@ if [[ ! -f "$ZSH_CACHE_DIR/completions/_deno" ]]; then
_comps[deno]=_deno
fi
deno completions zsh >| "$ZSH_CACHE_DIR/completions/_deno" &|
deno completions zsh --dynamic >| "$ZSH_CACHE_DIR/completions/_deno" &|