update uttr aliases

This commit is contained in:
Thomas Ruoff
2016-07-25 22:41:42 +02:00
parent 086b787da0
commit ec2a715e53

9
zshrc
View File

@@ -41,12 +41,15 @@ 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 ua='uttr --add'
alias uah='uttr --add hello'
alias uas='uttr --add standup'
alias ual='uttr --add "lunch**"'
alias ue='uttr --edit'
alias urw='uttr --report=week'
alias urlw='uttr --report=lastWeek'
alias urm='uttr --report=month'
alias urlm='uttr --report=lastMonth'
# colors
autoload -U colors && colors