]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
shell: aliases: add alias ti (timew) and ta (task)
authorSimon Ruderich <simon@ruderich.org>
Thu, 19 Jul 2018 09:01:19 +0000 (11:01 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 19 Jul 2018 09:01:19 +0000 (11:01 +0200)
timewarrior (time tracking) and taskwarrior (task tracking/todo list).

shell/shell/aliases.in

index 965b8386f61a8b2a1086d7900da0edf2915dcc40..41d31ffdb8854beb878c167730aa2b5bf6215224 100644 (file)
@@ -28,6 +28,8 @@ 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.