]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
shell/aliases: replace tr alias with te (for tree)
authorSimon Ruderich <simon@ruderich.org>
Sun, 16 Aug 2015 09:17:41 +0000 (11:17 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 16 Aug 2015 09:17:41 +0000 (11:17 +0200)
I guess I'm using `tr` not often enough ...

shell/aliases.in

index 1211d978d2a160c59ce55f20871ebac54cbac7ea..ef3b19fa21a73bdd3be7e742299b858a6ec01bff 100644 (file)
@@ -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