From: Simon Ruderich Date: Sun, 22 Jul 2018 08:29:31 +0000 (+0200) Subject: shell: aliases: move ta/ti aliases to the proper place X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=f4b6a840a03304a034bf8336f4c08d7e0e127d73 shell: aliases: move ta/ti aliases to the proper place --- diff --git a/shell/shell/aliases.in b/shell/shell/aliases.in index 41d31ff..6d8997d 100644 --- a/shell/shell/aliases.in +++ b/shell/shell/aliases.in @@ -28,8 +28,6 @@ alias m=make alias p=less # p for pager alias s=ssh alias t=tig -alias ti=timew -alias ta=task alias v=vim alias x=exit # Shortcuts for a little less used programs. @@ -43,7 +41,9 @@ alias mj='make -j$(nproc)' alias mu=mutt alias rs=reset # like git's reset alias alias sa=ssh-add +alias ta=task alias te=tree +alias ti=timew # systemd ... (sc is provided as shell script for better completion) alias jc=journalctl alias lc=loginctl