mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +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
|
||||
export NPROC=`nproc`
|
||||
else
|
||||
export NPROC=`sysctl -n hw.cpu`
|
||||
export NPROC=`sysctl -n hw.ncpu`
|
||||
fi
|
||||
|
||||
export MAKEFLAGS="-j$NPROC"
|
||||
|
Loading…
Reference in New Issue
Block a user