mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
fix(deno): actually load deno completion (#9863)
This commit is contained in:
parent
0655241fa6
commit
63a7422d8d
1 changed files with 2 additions and 0 deletions
|
@ -18,4 +18,6 @@ if (( $+commands[deno] )); then
|
|||
deno completions zsh > $ZSH/plugins/deno/_deno
|
||||
deno --version > $ZSH_CACHE_DIR/deno_version
|
||||
fi
|
||||
autoload -Uz _deno
|
||||
_comps[deno]=_deno
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue