Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
FYPI zsh 5.1.1 (cygwin) broke my .zshrc
- X-seq: zsh-users 20914
- From: zzapper <david@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: FYPI zsh 5.1.1 (cygwin) broke my .zshrc
- Date: Sat, 7 Nov 2015 14:25:01 +0000 (UTC)
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Organization: Your Company
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