1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-02-01 03:47:33 +08:00
This commit is contained in:
Tugrul Ates 2026-01-30 07:47:14 +01:00 committed by GitHub
commit ce077dba3f
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" &|