zsh-users
 help / color / mirror / code / Atom feed
From: Frank Gallacher <franxg@gmail.com>
To: "Lawrence Velázquez" <vq@larryv.me>, "TJ Luoma" <luomat@gmail.com>
Cc: "zsh-users@zsh.org" <zsh-users@zsh.org>
Subject: Re: How do I make 5.8 the login shell???
Date: Sat, 11 Jul 2020 12:49:07 +0000	[thread overview]
Message-ID: <BY5PR13MB30964D68A0CF2953E6D5CAECF2620@BY5PR13MB3096.namprd13.prod.outlook.com> (raw)
In-Reply-To: <51DF7F6A-2449-4858-B26D-50479CEF45FF@larryv.me>

Thanx Lawrence (and TJ)! (It worked...)

On 11/7/20, 4:29 pm, "Lawrence Velázquez" <vq@larryv.me> wrote:

    > On Jul 11, 2020, at 1:18 AM, TJ Luoma <luomat@gmail.com> 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

  reply	other threads:[~2020-07-11 12:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-11  4:30 Frank Gallacher
2020-07-11  5:18 ` TJ Luoma
2020-07-11  6:29   ` Lawrence Velázquez
2020-07-11 12:49     ` Frank Gallacher [this message]
2020-07-11 16:14 ` Ray Andrews

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=BY5PR13MB30964D68A0CF2953E6D5CAECF2620@BY5PR13MB3096.namprd13.prod.outlook.com \
    --to=franxg@gmail.com \
    --cc=luomat@gmail.com \
    --cc=vq@larryv.me \
    --cc=zsh-users@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).