mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-13 03:12:21 +01:00
disable the npm plugin on cygwin
This commit is contained in:
parent
175b4a8073
commit
7f3a4bda90
1 changed files with 3 additions and 0 deletions
|
|
@ -1 +1,4 @@
|
|||
if [ Cygwin = "$(uname -o 2>/dev/null)" ]; then
|
||||
return
|
||||
fi
|
||||
eval "$(npm completion 2>/dev/null)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue