From 6a455ea8799adbaf7f082088fcedbf45f29996cb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 22 Apr 2023 14:48:28 -0300 Subject: etc/sh/rc: Also exclude vendor/ from tree(1) by default --- etc/sh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/sh') diff --git a/etc/sh/rc b/etc/sh/rc index 359a1a7..d9631f9 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 -I .git' +alias tree='tree -aC -I .git -I vendor' alias make='make -e --no-print-directory' alias mv='mv -i' alias bc='bc -l' -- cgit v1.2.3