aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/sh/rc2
1 files changed, 1 insertions, 1 deletions
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'