From 3674617172ba3787c13bafabd766ad0122b76c83 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 6 May 2020 17:33:20 +0100 Subject: [PATCH] Updated path to antigen Had to install antigen manually as per https://github.com/zsh-users/antigen/issues/659, and have updated the path to antigen.zsh to match. --- tag-zsh/zsh/configs/plugins.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag-zsh/zsh/configs/plugins.zsh b/tag-zsh/zsh/configs/plugins.zsh index 29ac4d9..f381dea 100644 --- a/tag-zsh/zsh/configs/plugins.zsh +++ b/tag-zsh/zsh/configs/plugins.zsh @@ -1,4 +1,4 @@ -source /usr/local/share/antigen/antigen.zsh +source "$HOME/.antigen.zsh" antigen bundle mollifier/cd-gitroot antigen bundle zsh-users/zsh-autosuggestions