-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
antigen-bundles
broken with EXTENDED_GLOB option set
#456
Comments
Related to this. Can you share your antigen configuration and zsh version you're using. |
AFAIK, my antigen configuration is stock. The relevant lines in my .zshrc are: setopt nonomatch
setopt re_match_pcre
setopt EXTENDED_GLOB
source $HOME/antigen/antigen.zsh
antigen use oh-my-zsh
antigen bundles <<EOBUNDLES
RobSis/zsh-reentry-hook
the8/terminal-app.zsh
unixorn/tumult.plugin.zsh
ruby
gem
ssh-agent
battery
chruby
rake-fast
osx
rust
brew
cargo
cabal
vagrant
tmux
kitchen
colored-man-pages
Tarrasch/zsh-autoenv
extract
svn
emoji
gitfast
git-extras
aws
gpg-agent
jsontools
golang
mosh
sudo
xcode
python
pyenv
vundle
gnu-utils
sublime
bundler
zsh-users/zsh-autosuggestions
zsh-users/zsh-completions
zsh-users/zsh-syntax-highlighting
zsh-users/zsh-history-substring-search
tylerreckart/odin
wesbos/Cobalt2-iterm.git
EOBUNDLES
if [[ "$TERM_PROGRAM" == "iTerm.app" ]]; then
antigen theme wesbos/Cobalt2-iterm.git cobalt2.zsh-theme
else
antigen theme tylerreckart/odin odin.zsh-theme
fi
antigen apply
|
It's the I'm gonna take a further look tonight to make it compatible with that option. Thanks for reporting! |
Yeah, that worked. |
antigen-bundles
broken with EXTENDED_GLOB option set
Should be fixed in |
Upon trying to use antigen-bundles, I get:
antigen-bundles:6: bad pattern: #*
The text was updated successfully, but these errors were encountered: