Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

FYPI zsh 5.1.1 (cygwin) broke my .zshrc



FYPI (P=possible)

/home/win7pc/.zshrc:7564: parse error near `}'
(I only have 3040 lines)

Turned out I'd inadvertently defined a few functions without the () 
parenthesis

e.g.
function vcd {.....}
instead of
function vcd(){.....}

But these had been created many moons ago.




-- 
zzapper
https://twitter.com/dailyzshtip

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus




Messages sorted by: Reverse Date, Date, Thread, Author