From 3c91b8eed4e4672a14b6ff109c0fa874c4a83045 Mon Sep 17 00:00:00 2001 From: Fabian Date: Thu, 17 Feb 2022 10:56:22 +0100 Subject: [PATCH] Ignore insecure directories for antigen compinit --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 7c4d428..ea772ee 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -15,6 +15,7 @@ export PATH="$HOME/.local/bin:$PATH" # Load Antigen setopt interactivecomments setopt HIST_IGNORE_SPACE +export ANTIGEN_COMPINIT_OPTS="-i" source ~/.zsh/antigen/antigen.zsh # Clear screen by ctrl+q