From 9074633a295940d30c56e62e0d3eb4a259fd781d Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 2 Nov 2017 02:41:16 +0100 Subject: [PATCH] README: recipes: fix "Environment file for all project" to use :a Ref: https://github.com/Tarrasch/zsh-autoenv/pull/73 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efe063d..1913190 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ if [[ $autoenv_event == 'enter' ]]; then setopt localoptions extendedglob local -a venv - venv=(./(../)#.venv(NY1:A)) + venv=(./(../)#.venv(NY1:a)) if [[ -n "$_ZSH_ACTIVATED_VIRTUALENV" && -n "$VIRTUAL_ENV" ]]; then if ! (( $#venv )) || [[ "$_ZSH_ACTIVATED_VIRTUALENV" != "$venv[1]" ]]; then