From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: from zero.zsh.org (zero.zsh.org [IPv6:2a02:898:31:0:48:4558:7a:7368]) by inbox.vuxu.org (Postfix) with ESMTP id F1F1420283 for ; Mon, 1 Jul 2024 23:51:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20210803; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Content-Type:Subject:Cc:To:From:Date: References:In-Reply-To:Message-Id:MIME-Version:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=immwnU5/zc7JrkX3qHmI0HLALMNxZrGgey/XKBYJVe8=; b=Ty4J+aczd6o1EOjusJgncyZTOO tDNPoerwzXp8lFhmX2iNMaTkqY/Fba3BXR+x9AfnT2XOCd+f6EQ16mJduMhvMEcxBLK+s1etS0DfI Ruri6sL1XP0qczl1+rFvMVQsOABSosauEbbWg4+4Z2vAsY/KTtMOjkF7sZVfR7tUrgwIGzzNnLKe9 /EZVWvzwmPfOvreG9Ev6WZroiU53wUQB+Z3iHnzvOf9v0pwmTQ8ymVFE0tFLDFYuZoW3D1z0Ld3iX BFxiug1cRjxyRD5WTRbWA/cPnFHf5VfDz7HrSFmACIn+niwDnUmhmW3+6e7lkgfUEfSFudh7k2EDX miVTU/5g==; Received: by zero.zsh.org with local id 1sOOvs-000Pl1-PV; Mon, 01 Jul 2024 21:51:32 +0000 Received: by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1sOOvF-000P25-TV; Mon, 01 Jul 2024 21:50:54 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailfauth.nyi.internal (Postfix) with ESMTP id 13DCB1200069; Mon, 1 Jul 2024 17:50:52 -0400 (EDT) Received: from imap48 ([10.202.2.98]) by compute2.internal (MEProxy); Mon, 01 Jul 2024 17:50:52 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeeftddrudeggddtfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefofgggkfgjfhffhffvvefutgesthdtredtreerjeenucfhrhhomhepnfgrfihr vghntggvucggvghljoiiqhhuvgiiuceolhgrrhhrhihvseiishhhrdhorhhgqeenucggtf frrghtthgvrhhnpefgtdevieffieejkeetfeejieeuhfethfdvueektdfhieefffegueei leettefgveenucffohhmrghinheprghpphhlvgdrtghomhenucevlhhushhtvghrufhiii gvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlrghrrhihvhdomhgvshhmthhprghu thhhphgvrhhsohhnrghlihhthidqudduhedukeejjedtgedqudduledvjeefkeehqdhlrg hrrhihvheppeiishhhrdhorhhgsehfrghsthhmrghilhdrtghomh X-ME-Proxy: Feedback-ID: iaa214773:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id D98D531A0065; Mon, 1 Jul 2024 17:50:51 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.11.0-alpha0-566-g3812ddbbc-fm-20240627.001-g3812ddbb MIME-Version: 1.0 Message-Id: <61979bb9-b35f-47fd-a334-0ab95591137e@app.fastmail.com> In-Reply-To: References: Date: Mon, 01 Jul 2024 17:50:17 -0400 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: "Gunnar Erik Gervin" Cc: zsh-users@zsh.org Subject: Re: From zsh back to bash Content-Type: text/plain X-Seq: 30040 Archived-At: X-Loop: zsh-users@zsh.org Errors-To: zsh-users-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-users-request@zsh.org X-no-archive: yes List-Id: List-Help: , List-Subscribe: , List-Unsubscribe: , List-Post: List-Owner: List-Archive: On Mon, Jul 1, 2024, at 3:39 PM, Gunnar Erik Gervin wrote: > How do I find out which shell options I have in a zsh terminal? Assuming you mean "which shells you have available", this command lists the shells provided by macOS (assuming /etc/shells hasn't been modified): % cat /etc/shells Presumably you know about any shells that you've installed yourself. > How do I set the standard shell (in an iMac from 2017) to be bash > instead of zsh ? Assuming you mean "default interactive shell", follow these instructions but select bash instead of zsh: https://support.apple.com/en-us/102360 Note that macOS's /bin/bash is very old. If you want to use another bash, you may have to adjust the instructions (e.g., run "sudo chsh -s /path/to/newer/bash" instead of the unprivileged "chsh -s /bin/bash"). How to obtain another bash is left as an exercise for the reader. -- vq