From 01430c387aa79807bde64d78e25433c641912d26 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 10 Sep 2023 17:52:15 -0300 Subject: etc/sh/rc: Remove alias on "make" --- etc/sh/rc | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/sh/rc b/etc/sh/rc index 6bba7aa..e4ea380 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -173,7 +173,6 @@ alias watch='watch --color ' alias man='MANWIDTH=$((COLUMNS > 80 ? 80 : COLUMNS)) man' alias less='less -R' alias tree='tree -aC -I .git -I vendor' -alias make='make -e --no-print-directory' alias mv='mv -i' alias bc='bc -l' -- cgit v1.2.3