all repos — archive/dotfiles @ a4dc91965e3ad4a33683a9859e83067a2441365d

Superseded by nixfiles

zsh: Have autoenv unset variables on leaving dir
Alan Pearce alan@alanpearce.uk
Fri, 11 Nov 2016 16:34:51 +0100
commit

a4dc91965e3ad4a33683a9859e83067a2441365d

parent

b24f0ce9764dc646d62fbb91b2c202f499c2e9e5

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -128,7 +128,7 @@ if zplug check Tarrasch/zsh-autoenv
 then
   AUTOENV_FILE_ENTER=.envrc
-  AUTOENV_HANDLE_LEAVE=0
+  AUTOENV_HANDLE_LEAVE=1
   AUTOENV_LOOK_UPWARDS=1
 fi