mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-13 03:12:21 +01:00
4 lines
99 B
Bash
4 lines
99 B
Bash
if [ Cygwin = "$(uname -o 2>/dev/null)" ]; then
|
|
return
|
|
fi
|
|
eval "$(npm completion 2>/dev/null)"
|