From: Daniel Hahler Date: Thu, 27 Apr 2017 20:39:52 +0000 (+0200) Subject: Fix recipe: ensure that extendedglob is set (#64) X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=3a19a221407fd457298f0b50b40328926381c1b7;p=zsh-autoenv.git Fix recipe: ensure that extendedglob is set (#64) --- diff --git a/README.md b/README.md index 519e0fa..dac04dc 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ if [[ $autoenv_event == 'enter' ]]; then return fi + setopt localoptions extendedglob local -a venv venv=(./(../)#.venv(NY1:A))