mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-18 06:31:01 +01:00
bashrc & zshrc: add alias "maken".
* `make -j$NPROC`
This commit is contained in:
parent
b89ff8edff
commit
d9527e7215
1
bashrc
1
bashrc
@ -249,6 +249,7 @@ if [[ $UNAME != Darwin ]]; then
|
|||||||
else
|
else
|
||||||
export NPROC=$(sysctl -n hw.ncpu)
|
export NPROC=$(sysctl -n hw.ncpu)
|
||||||
fi
|
fi
|
||||||
|
alias maken="make -j$NPROC"
|
||||||
|
|
||||||
##### Aliases RJ706I #####
|
##### Aliases RJ706I #####
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user