diff --git a/profile b/profile index 21c6dba..7dbb283 100644 --- a/profile +++ b/profile @@ -5,12 +5,6 @@ export VISUAL="$EDITOR" export TERMINAL=xfce4-terminal -if which nproc >/dev/null 2>&1; then - export MAKEFLAGS="-j $(( $(nproc) * 3 / 4 ))" -else - export MAKEFLAGS="-j 2" -fi - export PARINIT="rTbgqR B=.,?_A_a Q=_s>|" export PIPENV_VENV_IN_PROJECT=true