diff options
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 1 |
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 |