Unverified Commit 63a7422d authored by Carlo Sala's avatar Carlo Sala Committed by GitHub
Browse files

fix(deno): actually load deno completion (#9863)

parent 0655241f
...@@ -18,4 +18,6 @@ if (( $+commands[deno] )); then ...@@ -18,4 +18,6 @@ if (( $+commands[deno] )); then
deno completions zsh > $ZSH/plugins/deno/_deno deno completions zsh > $ZSH/plugins/deno/_deno
deno --version > $ZSH_CACHE_DIR/deno_version deno --version > $ZSH_CACHE_DIR/deno_version
fi fi
autoload -Uz _deno
_comps[deno]=_deno
fi fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment