From 498996a6e27c6b8f025d195c9349cecb8e476e72 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 8 Jan 2025 03:34:13 +0200 Subject: [PATCH] chore(config): remove antigen config --- config/exports | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config/exports b/config/exports index 72ac727..cb212ba 100755 --- a/config/exports +++ b/config/exports @@ -333,14 +333,6 @@ export ANTIDOTE_DIR="$DOTFILES/tools/antidote" export ANTIDOTE_HOME="$XDG_CACHE_HOME/antidote" export ANTIDOTE_PLUGINS="$XDG_CONFIG_HOME/zsh/antidote_plugins" -# Antigen configuration -# https://github.com/zsh-users/antigen/wiki/Configuration -msg "Setting up Antigen configuration" -export ADOTDIR="$XDG_DATA_HOME/antigen" -export ANTIGEN_CACHE="$XDG_CACHE_HOME/antigen" -export ANTIGEN_SYSTEM_RECEIPT_F=".local/share/antigen/antigen_system_lastupdate" -export ANTIGEN_PLUGIN_RECEIPT_F=".local/share/antigen/antigen_plugin_lastupdate" - # Ansible configuration # https://docs.ansible.com/ansible/latest/reference_appendices/config.html msg "Setting up Ansible configuration"