From a4dc91965e3ad4a33683a9859e83067a2441365d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 11 Nov 2016 16:34:51 +0100 Subject: zsh: Have autoenv unset variables on leaving dir --- tag-zsh/config/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-zsh') diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index f532750..7b1439d 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -128,7 +128,7 @@ fi if zplug check Tarrasch/zsh-autoenv then AUTOENV_FILE_ENTER=.envrc - AUTOENV_HANDLE_LEAVE=0 + AUTOENV_HANDLE_LEAVE=1 AUTOENV_LOOK_UPWARDS=1 fi -- cgit 1.4.1