aboutsummaryrefslogtreecommitdiff
path: root/etc/sh
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sh')
-rw-r--r--etc/sh/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index ff224e1..b24a349 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -212,7 +212,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 -I .git -I vendor'
+alias tree='tree -F -aC -I .git -I vendor'
alias make='make -e --no-print-directory'
alias mv='mv -i'
alias bc='bc -lq'