all repos — archive/dotfiles @ a4dc91965e3ad4a33683a9859e83067a2441365d

Superseded by nixfiles

zsh: Have autoenv unset variables on leaving dir

Alan Pearce
commit

a4dc91965e3ad4a33683a9859e83067a2441365d

parent

b24f0ce9764dc646d62fbb91b2c202f499c2e9e5

1 file changed, 1 insertion(+), 1 deletion(-)

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