You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I install command undollar using npm install -g undollar, which defines a global commad $.
When sourcing zsh-nvim.plugin.zsh, zsh complains about (eval):5: parse error near }.
I find this problem is caused by the code showing below. The value of varaible $cmd is "$", so it fails to eval that function.
I install command
undollar
usingnpm install -g undollar
, which defines a global commad$
.When sourcing
zsh-nvim.plugin.zsh
, zsh complains about(eval):5: parse error near }
.I find this problem is caused by the code showing below. The value of varaible
$cmd
is "$", so it fails to eval that function.zsh-nvm/zsh-nvm.plugin.zsh
Lines 109 to 113 in 23067bd
Are there some ways to fix this?
Thank you very much :)
The text was updated successfully, but these errors were encountered: