From aaed9b4e35c28dd244fa026872f6c19d125d8cae Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 4 Nov 2018 14:51:16 +0100 Subject: [PATCH] virtualenv: Mark this plugin as "optional" --- plugins/virtualenv/virtualenv.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/virtualenv/virtualenv.zshrc b/plugins/virtualenv/virtualenv.zshrc index 8545374..436c667 100644 --- a/plugins/virtualenv/virtualenv.zshrc +++ b/plugins/virtualenv/virtualenv.zshrc @@ -1,6 +1,9 @@ # AX-ZSH: Alex' Modular ZSH Configuration # virtualenv: Activate an "virtual environment" +# This plugin is optional. +[[ -z "$AXZSH_PLUGIN_CHECK" ]] || return 92 + function activate() { for d ( ./bin -- 2.39.2