mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +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
|
||||
export NPROC=$(sysctl -n hw.ncpu)
|
||||
fi
|
||||
alias maken="make -j$NPROC"
|
||||
|
||||
##### Aliases RJ706I #####
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user