Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Update git completion on macOS
- X-seq: zsh-users 26124
- From: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- To: Lawrence Velázquez <vq@xxxxxxxxx>
- Subject: Re: Update git completion on macOS
- Date: Fri, 23 Oct 2020 10:48:22 +0200
- Archived-at: <https://zsh.org/users/26124>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-users/2020-10/CAN%3D4vMpcSo%3DQ9BjmNcbYj%3DypYnVyyFzSN_9L-L3Uu6H%2BN3saDA%40mail.gmail.com>
- Authentication-results: zsh.org; iprev=pass (mail-il1-f170.google.com) smtp.remote-ip=209.85.166.170; dkim=pass header.d=gmail.com header.s=20161025 header.a=rsa-sha256; dmarc=pass header.from=gmail.com; arc=none
- Cc: jost.schulte@xxxxxxxxxxxx, Zsh Users <zsh-users@xxxxxxx>
- 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:content-transfer-encoding; bh=4Z68IWVj15ujtkaH4RE/h8Ar58xnd4kfh1ykOZ783ZE=; b=cX3B7JjvAAVrFdOFdIryhnUQAUvcyZ453q9oPhi6t2t1WKZ+rrzXZcr5KPjZLFFckX NlpQvRb2KRd76qRh1+Wr3MByJ0uVZCGH6IqvJmC8NoKfj8F/Hbt+NyvP1ntiGQRFPJYN dPqx6LnTCnW5F2dwa6v+iiNgUm3L4NmwEAAcpDVyaaefy2Wxt3h5WhkwiZNH0ENTZnxa 95mZ9a0ILGpg6Jm6INWf4m1NSw/SCCC9XJOVX+09GGNZk/7tqytE6S+eJqti6QqvARJw 7G2jjdMW9N6y7dYe4ySFbchjdC6ey/CK+nmF9j4iLNIl/tUxiOtBPv3+S11Dl2dvfQMO SdBQ==
- In-reply-to: <E04CC752-C795-4E75-8583-A998B9233703@larryv.me>
- List-archive: <http://www.zsh.org/sympa/arc/zsh-users>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-users.zsh.org>
- List-owner: <mailto:zsh-users-request@zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-users>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-users>
- References: <sympa.1603440549.76406.154@zsh.org> <E04CC752-C795-4E75-8583-A998B9233703@larryv.me>
- Sender: zsh-users-request@xxxxxxx
On Fri, Oct 23, 2020 at 10:42 AM Lawrence Velázquez <vq@xxxxxxxxx> wrote:
>
> Assuming that installing 5.8 isn't an option [...]
To expand on this: The best solution would be to upgrade to zsh 5.8.
Apart from adding support for `git switch` and `git restore` commands,
it has many other improvements compared to 5.7.1. The most common and
perhaps the easiest way to install zsh 5.8 on macOS is via Homebrew:
brew install zsh
If you don't have the `brew` command, you'll need to install it first.
See https://brew.sh/.
Roman.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author