From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 8dcbe2f7 for ; Tue, 4 Jun 2019 09:32:15 +0000 (UTC) Received: (qmail 8179 invoked by alias); 4 Jun 2019 09:31:56 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 23962 Received: (qmail 25699 invoked by uid 1010); 4 Jun 2019 09:31:56 -0000 X-Qmail-Scanner-Diagnostics: from mail-ot1-f44.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25468. spamassassin: 3.4.2. Clear:RC:0(209.85.210.44):SA:0(-2.0/5.0):. Processed in 2.005161 secs); 04 Jun 2019 09:31:56 -0000 X-Envelope-From: sgniazdowski@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.210.44 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=fuuLFrVfXo7XBzW6xZ56Te/HsrVVlSXPfkHV3Q+8oCE=; b=f2hOS6ccNuUpSqUQusEOvz2CouIx2AZ4Ce8LN2LsGqYELQIV+aGeSda40qIz50kz8i GW3jnoXM+sSKngcQJS18zBbDiXrP5y81GUPqGaqx2UqvuwRWR3Jjzjrhoi2P5bekdpkp 9zGVLMZiAqqtpKdlYCkkObT+0fiXbUJbm2cAE1gg4tNLw98p1lVJZ0G8Z0USHjc5VJqh 3RebEPwm9DmYp/Jgx7/4YJ1sk3aKfIM7gH59tlHQTiQXdkB8Roh+WyiHO6RgelwhqYxQ APzPXAqmw1pd6sagWxrJpQpZTt8AeRHnPnt8xyoIFHBDCdTCKw8extQCyJH7xn1rhRCK M4HQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=fuuLFrVfXo7XBzW6xZ56Te/HsrVVlSXPfkHV3Q+8oCE=; b=JL242pyTAKte68WytCML+FZ+CGMkdPsDi4sO1y/hRVrTp0O3JVDm3eh6DENbpF7DnD 3NtTLiGSS9UVwjQEpxjWFpOGWAwwRbWLgLj1AVL07PV0bMAEaecl2yDIBh6DGGRMPuKk XuQx3onzphlG/XVRiPmQ4d7NU1GILWvrJjXlyFRnEe1TwirnrCG0XLo/38bU/15aedaA efx9VIlF0K0P2wMpc6sry+Zkl8CljHvepylY4oTzpmvFhcdgKn3FBS5NzQuYaC6iwdP7 1qR0neERarNhrw3PKGiz6taqFkEaOwcBIfgXga+86+QsELmCq9PKE7/OTsMC2BZpF2nC FWdA== X-Gm-Message-State: APjAAAV33HJtv4n4wuyGHHluCvbVr7jtl3RvuKQq6FjsMiThFSE72IgG I8y90FUth+WeljOGoAvRFCbwOBSSLhAt/1CrHdk= X-Google-Smtp-Source: APXvYqwmD1eLu2W3G7IWevnKwPib0hTDenoQ/VHFQi2NbEDbKorrXybxeVKcZ52Ic0gL8SstJpzHmlldrza2vEiUlnk= X-Received: by 2002:a9d:4b17:: with SMTP id q23mr4599114otf.130.1559640679683; Tue, 04 Jun 2019 02:31:19 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Sebastian Gniazdowski Date: Tue, 4 Jun 2019 11:31:07 +0200 Message-ID: Subject: Re: Zsh as default in Mac OS 15 / zsh "primer"? To: TJ Luoma Cc: Zsh Users Content-Type: multipart/alternative; boundary="000000000000b0a0ed058a7c24a0" --000000000000b0a0ed058a7c24a0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Zsh language and its environment are more advanced and this allowed me to create an advanced plugin manager for it, zplugin ( https://github.com/zdharma/zplugin). When I was thinking about creating similar plugin manager for Bash, it seemed problematic and some features (like turbo mode) would have to be absent. In effect, Zsh gains one more advantage: plugin manager and the plugins microcosm. pon., 3 cze 2019, 23:11 u=C5=BCytkownik TJ Luoma napisa= =C5=82: > I've been told that zsh is the default shell in the new version of > macOS "Catalina". > > Someone just asked me if I had a quick primer on why zsh is "better" > than other shells. > > I've never really used others so I don't really know much about it, so > I wasn't sure what to suggest other than Googling, > > Tj > > -- > TJ Luoma > TJ @ MacStories > Personal Website: luo.ma (aka RhymesWithDiploma.com) > Twitter: @tjluoma > --000000000000b0a0ed058a7c24a0--