1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-06-03 09:50:14 +03:00

Make nodejs gyp multithreaded

This commit is contained in:
Arti Zirk 2020-04-14 17:41:39 +03:00
parent be56fb6fe3
commit 7365f67f5f

3
.zshrc
View File

@ -82,3 +82,6 @@ export SYSTEMD_PAGER=''
# set man max width
export MANWIDTH=80
# make npm gyp faster
export JOBS=8