mix_autocomplete icon indicating copy to clipboard operation
mix_autocomplete copied to clipboard

zsh error

Open zhongwencool opened this issue 9 years ago • 1 comments

using mac oh-my-zsh

> cd ~
> git clone https://github.com/dalexj/mix_autocomplete.git
> ln -s ~/mix_autocomplete/mix_autocomplete.zsh ~/.mix_autocomplete.zsh
> source ~/.mix_autocomplete.zsh
>  mix com
(eval):4: parse error near `<'
(eval):4: parse error near `<'
(eval):4: parse error near `<'
> mix dep
(eval):4: parse error near `<'
(eval):4: parse error near `<'
(eval):4: parse error near `<'

zhongwencool avatar Jan 18 '16 04:01 zhongwencool

does oh my zsh have its own mix plugin that is interfering here?

dalexj avatar Jan 18 '16 15:01 dalexj