diff --git a/.zshrc b/.zshrc index 55f89e4..39955f1 100644 --- a/.zshrc +++ b/.zshrc @@ -82,3 +82,6 @@ export SYSTEMD_PAGER='' # set man max width export MANWIDTH=80 + +# make npm gyp faster +export JOBS=8