zplug / installer

:inbox_tray: zplug installer
19 stars 26 forks source link

zsh: ~/.zplug not found #1

Closed cpotemski closed 8 years ago

cpotemski commented 8 years ago

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