From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 19103 invoked from network); 11 Jul 2020 06:30:07 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 11 Jul 2020 06:30:07 -0000 Received: (qmail 15843 invoked by alias); 11 Jul 2020 06:29:57 -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: Sender: zsh-users@zsh.org X-Seq: 24991 Received: (qmail 13657 invoked by uid 1010); 11 Jul 2020 06:29:57 -0000 X-Qmail-Scanner-Diagnostics: from out3-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.3/25863. spamassassin: 3.4.4. Clear:RC:0(66.111.4.27):SA:0(-2.7/5.0):. Processed in 3.728359 secs); 11 Jul 2020 06:29:57 -0000 X-Envelope-From: vq@larryv.me X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at spf.messagingengine.com designates 66.111.4.27 as permitted sender) X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrvddvgddutdelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurheptggguffhjgffgffkfhfvofesthejmhdthhdtvdenucfhrhhomhepnfgrfihr vghntggvpgggvghljoiiqhhuvgiiuceovhhqsehlrghrrhihvhdrmhgvqeenucggtffrrg htthgvrhhnpedukedtveehvdevveehteekheeileegfeegheegjeeugfdutdffvddugeel ieeijeenucfkphepuddttddruddvrddukeegrddvgeeinecuvehluhhsthgvrhfuihiivg eptdenucfrrghrrghmpehmrghilhhfrhhomhepvhhqsehlrghrrhihvhdrmhgv X-ME-Proxy: Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.14\)) Subject: Re: How do I make 5.8 the login shell??? From: =?utf-8?Q?Lawrence_Vel=C3=A1zquez?= In-Reply-To: Date: Sat, 11 Jul 2020 02:29:15 -0400 Cc: Frank Gallacher , zsh-users@zsh.org Content-Transfer-Encoding: 7bit Message-Id: <51DF7F6A-2449-4858-B26D-50479CEF45FF@larryv.me> References: To: TJ Luoma X-Mailer: Apple Mail (2.3445.104.14) > On Jul 11, 2020, at 1:18 AM, TJ Luoma wrote: > > First, you **must** add /usr/local/bin/zsh to /etc/shells > > You can do this by typing: > > sudo pico /etc/shells > > and then pasting the line in, and then saving the file (control+X and then > control+Y) > > Second, use `chsh -s` to change your login shell by entering this in > Terminal: > > chsh -s /usr/local/bin/zsh > > You will be prompted to enter your Mac's login password. As far as chpass/chsh is concerned, if you already have sudo access you can just do sudo chsh -s /usr/local/bin/zsh $USER without modifying /etc/shells. Granted, skipping that part might have other implications that I'm unaware of. vq