mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
Merge 8aeda25d42 into 945d89f7ae
This commit is contained in:
commit
a11ba1d697
1 changed files with 1 additions and 1 deletions
|
|
@ -25,4 +25,4 @@ if [[ ! -f "$ZSH_CACHE_DIR/completions/_deno" ]]; then
|
||||||
_comps[deno]=_deno
|
_comps[deno]=_deno
|
||||||
fi
|
fi
|
||||||
|
|
||||||
deno completions zsh >| "$ZSH_CACHE_DIR/completions/_deno" &|
|
deno completions zsh --dynamic >| "$ZSH_CACHE_DIR/completions/_deno" &|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue