summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bash_defns4
1 files changed, 4 insertions, 0 deletions
diff --git a/.bash_defns b/.bash_defns
index 3de56d45..ad542aa6 100644
--- a/.bash_defns
+++ b/.bash_defns
@@ -40,6 +40,10 @@ alias push-develacc-dotfiles-branch="git push \
alias spin-this-host-now='(cd /usr/local/propellor && sudo ./propellor)'
+# --- environment variables
+
+export MAKEFLAGS="-j$((2 * $(nproc)))"
+
# --- more powerful aliases built with shell functions
package-plan-unpack () {