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 a3354c1..359a1a7 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -134,7 +134,7 @@ alias diff='diff --color=auto'
alias watch='watch --color '
alias man='MANWIDTH=$((COLUMNS > 80 ? 80 : COLUMNS)) man'
alias less='less -R'
-alias tree='tree -aC'
+alias tree='tree -aC -I .git'
alias make='make -e --no-print-directory'
alias mv='mv -i'
alias bc='bc -l'