From 4817ee051386d19a5413da96728625b66a164b3f Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 16 Feb 2019 19:02:27 +0000 Subject: [PATCH] Switch from zpm-zsh/autoenv (seems unmaintained) to Tarrasch/zsh-autoenv --- .zgenrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zgenrc b/.zgenrc index f664a42..a6189b2 100644 --- a/.zgenrc +++ b/.zgenrc @@ -125,8 +125,8 @@ load-starter-plugin-list() { # when in a directory with vagrant/docker files can use start, stop, up, down zgen load Cloudstek/zsh-plugin-appup - # automatically add .env contents to environment vars, as long as you're in the folder - zgen load zpm-zsh/autoenv + # automatically sources (known/whitelisted) .autoenv.zsh files, as long as you're in the folder (and can 'unsource' on leaving) + zgen load Tarrasch/zsh-autoenv # radically enhanced cd command, all sorts of options zgen load b4b4r07/enhancd