lukechilds / zsh-nvm

Zsh plugin for installing, updating and loading nvm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimization change causing errors on shell start

genehack opened this issue · comments

With the most recent commit (a0f0a2c) by @Riatre, whenever I start a shell, I get the following output:

(eval):zle:1: not enough arguments for -C
(eval):zle:1: not enough arguments for -C
(eval):zle:1: not enough arguments for -C
(eval):zle:1: not enough arguments for -C
(eval):zle:1: not enough arguments for -C
(eval):zle:1: not enough arguments for -C
(eval):zle:1: not enough arguments for -C
(eval):zle:1: not enough arguments for -C

This is with:

> zsh --version
zsh 5.8.1 (x86_64-apple-darwin22.0)

Rolling back to 63595c2 removes the errors.

I want to confirm I experience this issue too and it breaks compinit for me.

Thanks guys, have reverted for now to avoid issues: #96