zplug / installer

:inbox_tray: zplug installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zsh: ~/.zplug not found

cpotemski opened this issue · comments

As i tried to install zplug to my zsh i encoutered the following problem:

zsh: ~/.zplug not found

So i searched through the code and found out that the error was thrown at
https://github.com/zplug/installer/blob/master/installer.zsh#L15

In export $ZPLUG_HOME=~/.zplug the $ should be removed.

Right: export ZPLUG_HOME=~/.zplug