From 6ec9935b659dcac73ba82f6772fa6adda8e04994 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Tue, 3 Oct 2023 21:19:30 -0400 Subject: yashrc: alias `tree` to always enable color --- .yashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.yashrc b/.yashrc index c83de3d..3f4fe05 100644 --- a/.yashrc +++ b/.yashrc @@ -81,3 +81,4 @@ export HISTRMDUP=10 set le-predict alias cfg='git --git-dir ~/.cfg --work-tree ~' +alias tree='tree -C' -- cgit v1.2.3