aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-05-05 12:57:39 +0200
committerKarel Kočí <cynerd@email.cz>2022-05-05 12:57:39 +0200
commitcad0481b467ea397a67fef6e6c3cbc59d43a148c (patch)
tree65c2018fa6a42bf876ef41552d080aafbabdc1c6
parent481a5f5508ac42d07683d2e03421e443be92ff23 (diff)
downloadshellrc-cad0481b467ea397a67fef6e6c3cbc59d43a148c.tar.gz
shellrc-cad0481b467ea397a67fef6e6c3cbc59d43a148c.tar.bz2
shellrc-cad0481b467ea397a67fef6e6c3cbc59d43a148c.zip
alias: add mmake to run load of jobsv0.10.0
-rw-r--r--shellrc.d/alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/shellrc.d/alias b/shellrc.d/alias
index 845aca3..f9a60e4 100644
--- a/shellrc.d/alias
+++ b/shellrc.d/alias
@@ -15,6 +15,7 @@ alias v='vim'
alias watch='watch -n 1 -c -t -d'
alias rej='find -name \*.rej'
alias orig='find -name \*.orig'
+alias mmake='make -j$(($(nproc) * 2)) -l$(nproc)'
# Systemd aliases if we are running systemd
if pidof systemd >/dev/null 2>/dev/null; then