summary refs log tree commit diff stats
path: root/tag-zsh
diff options
context:
space:
mode:
authorAlan Pearce2016-11-11 16:34:51 +0100
committerAlan Pearce2016-11-11 16:34:51 +0100
commita4dc91965e3ad4a33683a9859e83067a2441365d (patch)
treed9bd378ea847fee4541c811eff373976b5c230cb /tag-zsh
parentb24f0ce9764dc646d62fbb91b2c202f499c2e9e5 (diff)
downloadnixfiles-a4dc91965e3ad4a33683a9859e83067a2441365d.tar.lz
nixfiles-a4dc91965e3ad4a33683a9859e83067a2441365d.tar.zst
nixfiles-a4dc91965e3ad4a33683a9859e83067a2441365d.zip
zsh: Have autoenv unset variables on leaving dir
Diffstat (limited to 'tag-zsh')
-rw-r--r--tag-zsh/config/zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index f5327507..7b1439db 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