mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
fix: comment typo doesn't match the plugin name
This commit is contained in:
parent
1b5af717a9
commit
77e8ce8fd2
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ if (( ! $+commands[volta] )); then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If the completion file doesn't exist yet, we need to autoload it and
|
# If the completion file doesn't exist yet, we need to autoload it and
|
||||||
# bind it to `deno`. Otherwise, compinit will have already done that.
|
# bind it to `volta`. Otherwise, compinit will have already done that.
|
||||||
if [[ ! -f "$ZSH_CACHE_DIR/completions/_volta" ]]; then
|
if [[ ! -f "$ZSH_CACHE_DIR/completions/_volta" ]]; then
|
||||||
typeset -g -A _comps
|
typeset -g -A _comps
|
||||||
autoload -Uz _volta
|
autoload -Uz _volta
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue