commit b1083e95593e92d7ce3f862c2444acae17195a4a parent 020f32ea4b0a07f93d9ed25fddeb596abb466f10 Author: dwrz <dwrz@dwrz.net> Date: Sun, 4 Jun 2023 14:07:24 +0000 Remove tree alias Diffstat:
M | bash/bashrc | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/bash/bashrc b/bash/bashrc @@ -66,7 +66,6 @@ alias t="tree -CL 1" alias tt="tree -CL 2" alias ttt="tree -CL 3" alias timers="systemctl --user -all list-timers" -alias tree="tree -C" alias unread="notmuch search tag:unread" # Functions