From 50deec514422a5f54cfbb45554ac0f32121e2761 Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Tue, 23 Nov 2021 17:12:10 +0100 Subject: Makepkg now using my cores --- .bash_profile | 1 + 1 file changed, 1 insertion(+) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 808aa38..9ff510d 100644 --- a/.bash_profile +++ b/.bash_profile @@ -11,6 +11,7 @@ export XDG_STATE_HOME=$HOME/.local/state export XDG_DATA_DIRS="/usr/local/share:/usr/share" export XDG_CONFIG_DIRS="/etc/xdg" +export MAKEFLAGS="-j$(nproc)" export XAUTHORITY="$XDG_RUNTIME_DIR"/Xauthority export HISTFILE="$XDG_STATE_HOME"/bash/history export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc -- cgit v1.2.3-70-g09d2