From 871cb98e14f93f73a23dc8efcbf6681d5e80b60a Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 6 Jul 2025 19:13:41 +0200 Subject: [PATCH] alias/tree --- sh/alias/tree.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/alias/tree.sh b/sh/alias/tree.sh index 03be3de..745d9e3 100644 --- a/sh/alias/tree.sh +++ b/sh/alias/tree.sh @@ -1,10 +1,10 @@ -t() { a__tree "${@}"; } +#= t a__tree() { tree \ "${@}" } -ta() { a__tree_all "${@}"; } +#= ta a__tree_all() { tree \ -a \