From 511625fed8c318b416f7f9bd882c8e5025809d5e Mon Sep 17 00:00:00 2001 From: Quinn Date: Sun, 25 Jan 2026 11:20:37 +0100 Subject: [PATCH] Remove invoking make with -j by default. In projects, such as the Linux kernel, `make -j` lags the system too much. --- .aliases | 1 - 1 file changed, 1 deletion(-) diff --git a/.aliases b/.aliases index eab3e06..b2e19ed 100644 --- a/.aliases +++ b/.aliases @@ -14,7 +14,6 @@ alias dir='dir --color=auto' alias vdir='vdir --color=auto' alias diff='diff --color' alias info='info --vi-keys' -alias make='make -j' alias ip='ip -c' # aliases to avoid mistakes