Prezto: Parse error when Installation

Created on 21 Mar 2017  路  3Comments  路  Source: sorin-ionescu/prezto

Step 3, I have this error:

0c79a45e-ec1a-4532-83d8-3c68fbee066c

My zsh's version number is 5.2.

Any suggestions?

Discussion

Most helpful comment

GitHub renders README wrongly, try:

setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
  ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
done

All 3 comments

GitHub renders README wrongly, try:

setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
  ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
done

Thanks, you save my life.

Note: This was fixed in #1271.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

michaelaye picture michaelaye  路  4Comments

daiyanze picture daiyanze  路  4Comments

gdetrez picture gdetrez  路  5Comments

brycekellogg picture brycekellogg  路  4Comments

ww7 picture ww7  路  4Comments