]> git.rmz.io Git - dotfiles.git/blob - zsh/lib/taskwarrior.zsh
zsh: auto quote task notes
[dotfiles.git] / zsh / lib / taskwarrior.zsh
1 alias t="noglob task"
2 alias tlatest="t +LATEST"
3 alias in="noglob task add +in"
4 alias inn="in rc.context=none"
5 alias tw="task context wfh"
6 alias th="task context home"
7
8 autoload -Uz task-quote-magic
9 zle -N self-insert task-quote-magic