1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-12-29 19:53:49 +08:00
This commit is contained in:
Tugrul Ates 2025-12-09 23:42:37 +01:00 committed by GitHub
commit fcd38b1b0b
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" &|