aboutsummaryrefslogtreecommitdiff
path: root/etc/sh/rc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-03-07 16:12:53 -0300
committerEuAndreh <eu@euandre.org>2025-03-07 16:12:53 -0300
commita4a81d35eb8b03433dd34116279009511fa1d700 (patch)
treebbda6d3320aa40e784e10aca3ae6fa66e701d51e /etc/sh/rc
parentbin/process: Fix combined.webm by using "-f concat" (diff)
downloaddotfiles-a4a81d35eb8b03433dd34116279009511fa1d700.tar.gz
dotfiles-a4a81d35eb8b03433dd34116279009511fa1d700.tar.xz
etc/sh/rc: Add -F to "tree" alias
Diffstat (limited to 'etc/sh/rc')
-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'