From 9f2dd51264a009d89c0d70620c283e5f656ee7c6 Mon Sep 17 00:00:00 2001 From: Felipe M Date: Tue, 2 Feb 2021 15:47:56 +0100 Subject: [PATCH] Updated antigen to use system one --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 911ce5a..59f9504 100644 --- a/.zshrc +++ b/.zshrc @@ -28,7 +28,7 @@ export PATH=$PATH:$HOME/.local/bin # Editor export EDITOR=nvim -source ~/.antigen.zsh +source /usr/share/zsh/share/antigen.zsh antigen use oh-my-zsh