task: Substitute taskopen for my own topen
https://github.com/marty-oehme/topen
This commit is contained in:
parent
af5d5783a5
commit
ecf26880ed
2 changed files with 5 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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=>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue