From: Daniel Hahler Date: Thu, 2 Nov 2017 01:41:16 +0000 (+0100) Subject: README: recipes: fix "Environment file for all project" to use :a X-Git-Url: http://www.git.stargrave.org/?p=zsh-autoenv.git;a=commitdiff_plain;h=9074633a295940d30c56e62e0d3eb4a259fd781d README: recipes: fix "Environment file for all project" to use :a Ref: https://github.com/Tarrasch/zsh-autoenv/pull/73 --- 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