summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-10-03 21:19:30 -0400
committerSam Nystrom <sam@samnystrom.dev>2023-10-03 21:19:30 -0400
commit6ec9935b659dcac73ba82f6772fa6adda8e04994 (patch)
tree9f273339c36d02deaa27dff4f01bbe260774d5b1
parent7d6df9f8a9afd85f9060755484683f7c9406cb45 (diff)
yashrc: alias `tree` to always enable color
-rw-r--r--.yashrc1
1 files changed, 1 insertions, 0 deletions
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'