mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Adding match for "proj" in taskwarrior plugin
This commit is contained in:
parent
9f46eafae0
commit
3e02317a9a
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ task_freqs=(
|
|||
# attributes
|
||||
local -a task_attributes
|
||||
_regex_words -t ':' default 'task attributes' \
|
||||
'pro*ject:Project name:$task_projects' \
|
||||
'pro*j*ect:Project name:$task_projects' \
|
||||
'du*e:Due date:$task_dates' \
|
||||
'wa*it:Date until task becomes pending:$task_dates' \
|
||||
're*cur:Recurrence frequency:$task_freqs' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue