From 8448fc0749d9576428924112a083cef61cd4e609 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 28 Nov 2022 20:16:23 -0300 Subject: etc/sh/rc: Add "--no-print-directory" to make(1) alias --- etc/sh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sh/rc b/etc/sh/rc index b15ef9d..7f6069b 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -126,7 +126,7 @@ alias watch='watch --color ' alias man='MANWIDTH=$((COLUMNS > 80 ? 80 : COLUMNS)) man' alias less='less -R' alias tree='tree -aC' -alias make='make -e' +alias make='make -e --no-print-directory' alias mv='mv -i' alias vi='echo "Use \"e\" instead."; false' alias bc='bc -l' -- cgit v1.2.3