From: Simon Ruderich Date: Sun, 16 Aug 2015 09:17:41 +0000 (+0200) Subject: shell/aliases: replace tr alias with te (for tree) X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=64b4f4a04f6f8989a4621c53333e5dc66960b586 shell/aliases: replace tr alias with te (for tree) I guess I'm using `tr` not often enough ... --- 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