From 64b4f4a04f6f8989a4621c53333e5dc66960b586 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 16 Aug 2015 11:17:41 +0200 Subject: [PATCH] shell/aliases: replace tr alias with te (for tree) I guess I'm using `tr` not often enough ... --- shell/aliases.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/aliases.in b/shell/aliases.in index 1211d97..ef3b19f 100644 --- a/shell/aliases.in +++ b/shell/aliases.in @@ -39,7 +39,7 @@ alias mc='make clean' alias mj='make -j' alias mu=mutt alias sa='ssh-add -t 1h' -alias tr=tree +alias te=tree # systemd ... alias jc=journalctl alias lc=loginctl -- 2.43.2