1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2025-12-14 10:15:12 +02:00

Fix recipe: ensure that extendedglob is set (#64)

This commit is contained in:
Daniel Hahler
2017-04-27 22:39:52 +02:00
committed by GitHub
parent 435f54761b
commit 3a19a22140

View File

@@ -150,6 +150,7 @@ if [[ $autoenv_event == 'enter' ]]; then
return
fi
setopt localoptions extendedglob
local -a venv
venv=(./(../)#.venv(NY1:A))