diff --git a/office/.config/sh/alias.d/taskwarrior.sh b/office/.config/sh/alias.d/taskwarrior.sh index 9df34f4..526c452 100644 --- a/office/.config/sh/alias.d/taskwarrior.sh +++ b/office/.config/sh/alias.d/taskwarrior.sh @@ -12,7 +12,7 @@ t() { } # copy the `task` zsh completions over to my little alias 😉 -# this is not very pretty and not super portable (needs ps) but +# FIXME: this is not very pretty and not super portable (needs ps) but # works for now. from here: https://unix.stackexchange.com/a/72564/414758 if exist task && [ "$(ps -p $$ -o comm --no-headers)" = "zsh" ]; then compdef t=task; fi @@ -34,4 +34,4 @@ alias trw="task end.after:today-1wk completed" alias tad="task +ACTIVE done" alias tas="task +ACTIVE stop" -alias to="task open" +alias to="task note" diff --git a/office/.config/task/taskrc b/office/.config/task/taskrc index 12270ae..cbd5951 100644 --- a/office/.config/task/taskrc +++ b/office/.config/task/taskrc @@ -23,7 +23,9 @@ weekstart=monday # Make daily burndown default alias alias.burndown=burndown.daily -alias.open=exec taskopen + +alias.note=exec topen +alias.o=exec topen # Sort the columns a little differently active.indicator=>