aboutsummaryrefslogtreecommitdiff
path: root/etc/sh
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sh')
-rw-r--r--etc/sh/rc1
1 files changed, 0 insertions, 1 deletions
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'