mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
fix previous commit
This commit is contained in:
parent
8638a420bc
commit
49be36c9a6
2
bashrc
2
bashrc
@ -267,7 +267,7 @@ export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
|
|||||||
if [[ $UNAME != Darwin ]]; then
|
if [[ $UNAME != Darwin ]]; then
|
||||||
export NPROC=`nproc`
|
export NPROC=`nproc`
|
||||||
else
|
else
|
||||||
export NPROC=`sysctl -n hw.cpu`
|
export NPROC=`sysctl -n hw.ncpu`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export MAKEFLAGS="-j$NPROC"
|
export MAKEFLAGS="-j$NPROC"
|
||||||
|
2
zshrc
2
zshrc
@ -205,7 +205,7 @@ export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
|
|||||||
if [[ $UNAME != Darwin ]]; then
|
if [[ $UNAME != Darwin ]]; then
|
||||||
export NPROC=`nproc`
|
export NPROC=`nproc`
|
||||||
else
|
else
|
||||||
export NPROC=`sysctl -n hw.cpu`
|
export NPROC=`sysctl -n hw.ncpu`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export MAKEFLAGS="-j$NPROC"
|
export MAKEFLAGS="-j$NPROC"
|
||||||
|
Loading…
Reference in New Issue
Block a user