zsh-workers
 help / color / mirror / code / Atom feed
From: Roman Perepelitsa <roman.perepelitsa@gmail.com>
To: FREDERICK GEORGIAN <mfgeo@verizon.net>
Cc: zsh-workers@zsh.org
Subject: Re: Parse error
Date: Sun, 25 Jun 2023 12:05:14 +0200	[thread overview]
Message-ID: <CAN=4vMpieCNTxHfQFFHWouk9omirYaFCpK+jo=Ye6NBsA4pebw@mail.gmail.com> (raw)
In-Reply-To: <9646D453-A6FC-40A9-A623-A5A4D3270FC8@verizon.net>

On Sun, Jun 25, 2023 at 11:48 AM FREDERICK GEORGIAN <mfgeo@verizon.net> wrote:
>
> /Users/frederick/.zshrc:131: parse error near `\n’

This error means that you have an unterminated syntactic construct. It
could be an open parenthesis without a closing counterpart, `if`
without `fi`, or many other things. If you cannot easily see the error
by staring at the content of .zshrc, you can binary search for it by
inserting `return` in that file and checking whether it solves the
problem. If it does, the syntax error is below the `return`. If it
does not, the error is above.

Roman.

P.S.

This question is more suitable for zsh-users. zsh-workers is for bug
reports, patches, etc.


      reply	other threads:[~2023-06-25 10:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <9646D453-A6FC-40A9-A623-A5A4D3270FC8.ref@verizon.net>
2023-06-25  4:57 ` FREDERICK GEORGIAN
2023-06-25 10:05   ` Roman Perepelitsa [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAN=4vMpieCNTxHfQFFHWouk9omirYaFCpK+jo=Ye6NBsA4pebw@mail.gmail.com' \
    --to=roman.perepelitsa@gmail.com \
    --cc=mfgeo@verizon.net \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).