g-plane/zsh-yarn-autocompletions

Install script can't work

mathieutu opened this issue · 1 comments

Hi,
I'm seeing your install.sh.
It can't work if you don't specify the $ZSH_CUSTOM folder as argument.

if [ ! -d $1/plugins/yarn-autocompletions ]
then
mkdir $1/plugins/yarn-autocompletions
fi

Maybe you should update the doc (or the script!).

Thanks for you work.

Nice catch! Sorry for my mistake.