Skip to content

Commit

Permalink
Explicitly define ZPLUG_BIN because of zplug bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pinelibg committed Dec 24, 2017
1 parent 5bcd973 commit b2e7783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ elif [ ! -d ~/.zplug ]; then
echo "zplug is not installed"
else
export ZPLUG_LOADFILE=~/.zsh/zplug.zsh
export ZPLUG_BIN=~/.zplug/bin
source ~/.zplug/init.zsh

if ! zplug check --verbose; then
Expand Down

0 comments on commit b2e7783

Please sign in to comment.