]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
shell: aliases: move ta/ti aliases to the proper place
authorSimon Ruderich <simon@ruderich.org>
Sun, 22 Jul 2018 08:29:31 +0000 (10:29 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 22 Jul 2018 08:29:31 +0000 (10:29 +0200)
shell/shell/aliases.in

index 41d31ffdb8854beb878c167730aa2b5bf6215224..6d8997d15d2584280953a7c82890d7745c3c3f5c 100644 (file)
@@ -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