]> Sergey Matveev's repositories - zsh-autoenv.git/commitdiff
Fix recipe: ensure that extendedglob is set (#64)
authorDaniel Hahler <github@thequod.de>
Thu, 27 Apr 2017 20:39:52 +0000 (22:39 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Apr 2017 20:39:52 +0000 (22:39 +0200)
README.md

index 519e0faa5ef89ad1bdb81371f2dbda1effe151e5..dac04dcf1d5e2a59d96a961c3dccc7ccf99d8b84 100644 (file)
--- 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))