From 00b9bdafe3298d3eb516bbac063f2dfd0b8a56e0 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 5 Apr 2023 19:01:52 -0300 Subject: etc/sh/rc: Ignore .git in "tree" alias --- 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 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' -- cgit v1.2.3