mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
zsh completion: Remove unused variable.
This commit is contained in:
parent
e5916d0feb
commit
ce03d38c7d
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@
|
|||
typeset -g _task_cmds _task_projects _task_tags _task_config _task_modifiers
|
||||
_task_projects=($(task _projects))
|
||||
_task_tags=($(task _tags))
|
||||
_task_ids=($(task _ids))
|
||||
_task_zshids=( ${(f)"$(task _zshids)"} )
|
||||
_task_config=($(task _config))
|
||||
_task_columns=($(task _columns))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue