summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2021-11-23 17:12:10 +0100
committerAdam <56338480+adastx@users.noreply.github.com>2021-11-23 17:12:10 +0100
commit50deec514422a5f54cfbb45554ac0f32121e2761 (patch)
tree613f0b293fe8c431782f8f21de8907910159311d /.bash_profile
parent54d4e6881a850bce7864c3d57c61617313f3288f (diff)
Makepkg now using my cores
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile1
1 files changed, 1 insertions, 0 deletions
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