From 3ab9de62cbc1fcbe2f8bb99f7d00693b16d901e9 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 26 Oct 2022 10:02:19 -0600 Subject: [PATCH] Update antigen install instructions. Antigen doesn't cope when the default branch of a repo is not named `master` - see https://github.com/zsh-users/antigen/issues/717 Update the install instructions in the readme accordingly. Signed-off-by: Joe Block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cfdda416..8710f1112 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ If you're using [Zgenom](https://github.com/jandamm/zgenom): If you're using [Antigen](https://github.com/zsh-users/antigen): -1. Add `antigen bundle unixorn/git-extra-commands` to your `.zshrc` where you've listed your other plugins. +1. Add `antigen bundle unixorn/git-extra-commands@main` to your `.zshrc` where you've listed your other plugins. 2. Close and reopen your Terminal/iTerm window to **refresh context** and use the plugin. Alternatively, you can run `antigen bundle unixorn/git-extra-commands` in a running shell to have `antigen` load the new plugin. ### Fig