disable the npm plugin on cygwin

This commit is contained in:
simonzack 2014-12-22 18:49:11 +11:00
commit 7f3a4bda90

View file

@ -1 +1,4 @@
if [ Cygwin = "$(uname -o 2>/dev/null)" ]; then
return
fi
eval "$(npm completion 2>/dev/null)"