I am changing over from oh-my-zsh to prezto. And now have run into the following error every time I open a terminal window:
/Users/jasenlew/.zshenv:7: command not found: ^M
/Users/jasenlew/.zshenv:13: parse error near `\n'
/Users/jasenlew/.zprofile:7: command not found: ^M
/Users/jasenlew/.zprofile:11: command not found: ^M
/Users/jasenlew/.zprofile:80: parse error near `\n'
/Users/jasenlew/.zshrc:7: command not found: ^M
/Users/jasenlew/.zshrc:15: parse error near `\n'
/Users/jasenlew/.zlogin:7: command not found: ^M
/Users/jasenlew/.zlogin:15: command not found: ^M
/Users/jasenlew/.zlogin:9: command not found: ^M
/Users/jasenlew/.zlogin:12: command not found: then^M
/Users/jasenlew/.zlogin:16: command not found: ^M
/Users/jasenlew/.zlogin:21: parse error near `\n'
/Users/jasenlew/.zlogin:zcompile:13: can't open file: /Users/jasenlew/.zcompdump^M^M
/Users/jasenlew/.zlogin:14: command not found: fi^M
I have already removed oh-my-zsh, and have installed prezto per the repo/instructions here: https://github.com/hackreactor-labs/prezto.
I did some Googling and try some solutions, none which have worked, including, changing a line in my .gitconfig file from "autocrlf = true" to "autocrlf = false".
I found something (was confusing to me) about the character line spacing not being processed correctly, but did not understand it completely, and directions to resolve were murky.
Thanks again for the help!