Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Is quoting of the assigned value needed?
- X-seq: zsh-users 24459
- From: Perry Smith <pedz@xxxxxxxxxxxxxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- Subject: Re: Is quoting of the assigned value needed?
- Date: Fri, 22 Nov 2019 08:59:29 -0600
- Cc: "zsh-users@xxxxxxx" <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=easesoftware.com; s=default; h=References:To:Cc:In-Reply-To:Date:Subject: Mime-Version:Content-Type:Message-Id:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=7LJBHUPn/rtRBnqadp9iSjkuQeFhvSR7emywnIKPEUg=; b=Ubrwr9mRUxFigPz9G42bghMIL CMmhnEiD04+JyjGTodqRuc7sjUFoVGQkGIvNmOlTNplbStGjbBfH37hnpCYv/+r8Er55DzSNCA24D mok2jOdwXEXn+RRwDGJoLEaAzMyc+sXFQ8PLdG2nIrUqB3WXftV2N/+HkS/c9SBhoejpcrnu2A5M1 DSS6tsGsSUBdarGK0VPllTOqNBtawNHqrZpxaTaCKLr0S/s137U0JSDMz2au2p08QlX+Ywb//Y1Ka B474iOLqGIcV4cyXZmcRBZVMR/Jf9l0e2669nHdAdqsslZjRxCQjS88EmmVXtczyNdduo66qlvln2 NuRwuYbzQ==;
- In-reply-to: <1574433106.4702.19.camel@samsung.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CGME20191122020437eucas1p128174332018d20a266f55007fcf271ba@eucas1p1.samsung.com> <CAKc7PVAUqWfNvvJi+k7A9qW7g9w3GqaUTXTML0yWo9fHGUuwbA@mail.gmail.com> <1574419508.4702.10.camel@samsung.com> <948D905A-5446-4B89-8F47-74FF6A2B1B95@easesoftware.com> <1574433106.4702.19.camel@samsung.com>
> On Nov 22, 2019, at 8:31 AM, Peter Stephenson <p.stephenson@xxxxxxxxxxx> wrote:
>
> On Fri, 2019-11-22 at 08:07 -0600, Perry Smith wrote:
>> It surprised me that this:
>>
>> var2=$var1
>>
>> worked as it does but bash does the same thing.
>
> It's much clearer like this as you can instantly see if you're doing an
> array assignment or not.
I totally agree. I never liked the “${foo}” gymnastics.
So far, the defaults of zsh are what I want. I’m still only in my
first month of using zsh but I’m finding so many things that
solve real world problems that I’ve bumped into.
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author