aboutsummaryrefslogtreecommitdiff
path: root/etc/sh
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sh')
-rw-r--r--etc/sh/rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index af6e946..0197830 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -172,6 +172,7 @@ 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'