From eebb909b09214362ef840259b1ed8c2d28ba4296 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 30 May 2016 09:03:33 +0200 Subject: [PATCH] add uttr aliases --- zshrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/zshrc b/zshrc index d94a282..e74b1f5 100644 --- a/zshrc +++ b/zshrc @@ -40,6 +40,14 @@ alias ts='tmux new-session -s' alias tl='tmux list-sessions' rl () { $(npm bin)/$* } +# utt time tracking +alias uh='uttr --add hello' +alias ust='uttr --add standup' +alias ul='uttr --add "lunch**"' +alias ue='uttr --edit' +alias urw='uttr --report=week' +alias urm='uttr --report=month' + # colors autoload -U colors && colors alias ls='ls --color=tty'