Albert Serrallé Ríos

Results 42 comments of Albert Serrallé Ríos

Any news on this issue? It looks like it is preventing the gotty installation in linux systems. Anyone found a workaround for it?

This library detects `digit + u20E3` but it doesn't detect `digit + uFE0F + u20E3`.

@BrendanBall try this: ```sh antigen use oh-my-zsh antigen bundles

My ugly workaround: In your `.zshrc`, after `antigen apply` or `antigen init`: source $HOME/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/kubectl/kubectl.plugin.zsh

This bug also affects `aws` plugin of `oh-my-zsh`.

Any estimation on when a fix will be available? Thanks!

I'm loading a bunch of plugins (some from `oh-my-zsh`) with antibody. I tested loading this pluging both first and last of the list, and the problem persisted. I compared the...

Yeah, I'll try the other way around. Add `tumult` and then add more and more of my other plugins until I identify the conflict. Will keep you posted, thanks!

So I found out that this combination reproduces the problem: oh-my-zsh "base" + tumult. ``` #~/.zsh_plugins.txt robbyrussell/oh-my-zsh unixorn/tumult.plugin.zsh ``` which translates to: ``` #~/.zsh_plugins.sh source /Users/albert.serralle/Library/Caches/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh/oh-my-zsh.sh fpath+=( /Users/albert.serralle/Library/Caches/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh ) source...

But were you able to reproduce? I'm asking because I'm not 100% confident that other component of my setup is not interfering.