1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-12-12 15:34:50 +08:00

fix(deno): use dynamic completions

This commit is contained in:
Tugrul Ates 2025-12-09 23:16:32 +01:00
parent 92aed2e936
commit 8aeda25d42
No known key found for this signature in database
GPG Key ID: 24C8971E33DCDF17

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