From 3a19a221407fd457298f0b50b40328926381c1b7 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 27 Apr 2017 22:39:52 +0200 Subject: [PATCH] Fix recipe: ensure that extendedglob is set (#64) --- README.md | 1 + 1 file changed, 1 insertion(+) 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)) -- 2.44.0