From 53d041b39b81ec26457d2872fc3e502fcfc3e2e2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 7 May 2025 07:44:42 -0300 Subject: etc/sh/rc: Also ignore STUFF/ and refers/ in tree(1) alias --- etc/sh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sh/rc b/etc/sh/rc index eb0508a..d5fd36a 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 -F -aC -I .git -I vendor' +alias tree='tree -F -aC -I .git -I vendor -I STUFF -I refers' alias make='make -e --no-print-directory' alias mv='mv -i' alias bc='bc -lq' -- cgit v1.2.3