zimfw / install

Zim installer
MIT License
2 stars 8 forks source link

Prepending the zimrc file disregarded relevant backslashes and following linebreaks #3

Closed naibaf0 closed 5 years ago

naibaf0 commented 5 years ago

When installing the setup via curl -fsSL https://raw.githubusercontent.com/zimfw/install/develop/install.zsh | zsh in the prepended code the backslashes in .zimrc in line 9-12 were missing, but the spaces from indentation were still there, so it looked a bit odd in the file :)

zstyle ':zim' modules     directory environment git git-info history input utility     steeef     zsh-completions completion     zsh-autosuggestions zsh-syntax-highlighting history-substring-search
ericbn commented 5 years ago

Thanks for reporting this, I'll check it on the next update.